Skip to content

Commit

Permalink
Update stderrs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jun 6, 2021
1 parent a609faf commit 0f1407e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ error: unsupported key expression
5 | UniCase("FOO") => 42, //~ NOTE one occurrence here
| ^^^^^^^^^^^^^^
|
= 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)
2 changes: 1 addition & 1 deletion phf_macros/tests/compile-fail/bad-syntax.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ error: expected identifier
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 0f1407e

Please sign in to comment.