Skip to content

Commit 54466c4

Browse files
committed
identifiers: Fix changed trybuild output
1 parent 9d76fb0 commit 54466c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruma-common/tests/it/identifiers/ui/03-invalid-new-id-macros.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0080]: evaluation of constant value failed
22
--> tests/it/identifiers/ui/03-invalid-new-id-macros.rs:2:13
33
|
44
2 | let _ = ruma_common::session_id!("invalid~");
5-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'Invalid Session ID: contains invalid characters', $DIR/tests/it/identifiers/ui/03-invalid-new-id-macros.rs:2:13
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation panicked: Invalid Session ID: contains invalid characters
66
|
77
= 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)
88

0 commit comments

Comments
 (0)