Skip to content

Commit

Permalink
Rollup merge of rust-lang#74398 - GuillaumeGomez:cleanup-e0723, r=Dyl…
Browse files Browse the repository at this point in the history
…an-DPC

Clean up E0723 explanation

r? @Dylan-DPC
  • Loading branch information
Manishearth authored Jul 16, 2020
2 parents 2b19ca5 + 03bbe9d commit 3c8adc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0723.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
An feature unstable in `const` contexts was used.
An unstable feature in `const` contexts was used.

Erroneous code example:

Expand Down

0 comments on commit 3c8adc6

Please sign in to comment.