Skip to content

Commit

Permalink
Bless UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 3, 2022
1 parent 11bb242 commit 140f20d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,7 +1,7 @@
error: duplicate key
--> $DIR/equivalent-keys.rs:6:5
--> tests/compile-fail-unicase/equivalent-keys.rs:6:5
|
6 | UniCase::ascii("foo") => 42, //~ ERROR duplicate key UniCase("FOO")
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
= note: this error originates in the macro `proc_macro_call` (in Nightly builds, run with -Z macro-backtrace for more info)
4 changes: 2 additions & 2 deletions phf_macros_tests/tests/compile-fail/bad-syntax.stderr
@@ -1,7 +1,7 @@
error: expected identifier
--> $DIR/bad-syntax.rs:5:5
--> tests/compile-fail/bad-syntax.rs:5:5
|
5 | => //~ ERROR expected identifier
| ^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
= note: this error originates in the macro `proc_macro_call` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 140f20d

Please sign in to comment.