You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uguid/tests/ui/guid_hex.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@ error[E0080]: evaluation of constant value failed
2
2
--> tests/ui/guid_hex.rs:12:14
3
3
|
4
4
12 | let _g = guid!("g1234567-89ab-cdef-0123-456789abcdef");
5
-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'GUID string contains one or more invalid characters', $DIR/tests/ui/guid_hex.rs:12:14
5
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation panicked: GUID string contains one or more invalid characters
6
6
|
7
7
= note: this error originates in the macro `guid` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: uguid/tests/ui/guid_sep.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@ error[E0080]: evaluation of constant value failed
2
2
--> tests/ui/guid_sep.rs:12:14
3
3
|
4
4
12 | let _g = guid!("01234567089ab-cdef-0123-456789abcdef");
5
-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'GUID string is missing one or more separators (`-`)', $DIR/tests/ui/guid_sep.rs:12:14
5
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation panicked: GUID string is missing one or more separators (`-`)
6
6
|
7
7
= note: this error originates in the macro `guid` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments