Update expected trybuild test output

This commit is contained in:
Jonas Platte 2023-07-14 10:05:00 +02:00
parent eea51d27fa
commit fe010abb22
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -5,3 +5,11 @@ error[E0080]: evaluation of constant value failed
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'Invalid Session ID: contains invalid characters', $DIR/tests/identifiers/ui/03-invalid-new-id-macros.rs:2:13
|
= 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
--> tests/identifiers/ui/03-invalid-new-id-macros.rs:2:13
|
2 | let _ = ruma_common::session_id!("invalid~");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this note originates in the macro `ruma_common::session_id` (in Nightly builds, run with -Z macro-backtrace for more info)