Skip to content

Commit

Permalink
Update stderr file
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Nov 16, 2018
1 parent c8a9300 commit 9b87911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/underscore_const_names_feature_gate.stderr
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
error[E0658]: naming constants with `_` is unstable (see issue #54912)
--> $DIR/underscore_const_names_feature_gate.rs:11:1
|
LL | const _: () = ();
LL | const _: () = (); //~ ERROR is unstable
| ^^^^^^^^^^^^^^^^^
|
= help: add #![feature(underscore_const_names)] to the crate attributes to enable

error[E0658]: naming constants with `_` is unstable (see issue #54912)
--> $DIR/underscore_const_names_feature_gate.rs:12:1
|
LL | static _: () = ();
LL | static _: () = (); //~ ERROR is unstable
| ^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(underscore_const_names)] to the crate attributes to enable
Expand Down

0 comments on commit 9b87911

Please sign in to comment.