1error[E0080]: evaluation of constant value failed 2 --> tests/ui/guid_len.rs:12:14 3 | 412 | let _g = guid!("1234"); 5 | ^^^^^^^^^^^^^ the evaluated program panicked at 'GUID string has wrong length (expected 36 bytes)', $DIR/tests/ui/guid_len.rs:12:14 6 | 7 = note: this error originates in the macro `guid` (in Nightly builds, run with -Z macro-backtrace for more info) 8