Skip to content

Commit

Permalink
Update trybuild tests
Browse files Browse the repository at this point in the history
There's a new stable release of Rust, error messages were tweaked.
  • Loading branch information
jplatte committed Nov 20, 2023
1 parent 740f357 commit 5446ea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ error[E0080]: evaluation of constant value failed
|
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `ruma_common::session_id` (in Nightly builds, run with -Z macro-backtrace for more info)

note: erroneous constant used
note: erroneous constant encountered
--> tests/identifiers/ui/03-invalid-new-id-macros.rs:2:13
|
2 | let _ = ruma_common::session_id!("invalid~");
Expand Down

0 comments on commit 5446ea9

Please sign in to comment.