• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: invalid length: expected length 32 for simple format, found 0
2 --> tests/ui/compile_fail/invalid_parse.rs:3:17
3  |
43 | const _: Uuid = uuid!("");
5  |                 ^^^^^^^^^
6  |
7  = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `!` at 1
10 --> tests/ui/compile_fail/invalid_parse.rs:4:24
11  |
124 | const _: Uuid = uuid!("!");
13  |                        ^
14
15error: invalid group length in group 4: expected 12, found 13
16 --> tests/ui/compile_fail/invalid_parse.rs:5:48
17  |
185 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E45");
19  |                                                ^^^^^^^^^^^^^
20
21error: invalid group length in group 3: expected 4, found 3
22 --> tests/ui/compile_fail/invalid_parse.rs:6:43
23  |
246 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa-BBF-329BF39FA1E4");
25  |                                           ^^^
26
27error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `G` at 21
28 --> tests/ui/compile_fail/invalid_parse.rs:7:44
29  |
307 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa-BGBF-329BF39FA1E4");
31  |                                            ^
32
33error: invalid group count: expected 5, found 4
34 --> tests/ui/compile_fail/invalid_parse.rs:8:17
35  |
368 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa-B6BFF329BF39FA1E4");
37  |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38  |
39  = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
40
41error: invalid group count: expected 5, found 3
42 --> tests/ui/compile_fail/invalid_parse.rs:9:17
43  |
449 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa");
45  |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
46  |
47  = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
48
49error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `X` at 19
50  --> tests/ui/compile_fail/invalid_parse.rs:10:42
51   |
5210 | const _: Uuid = uuid!("F9168C5E-CEB2-4faaXB6BFF329BF39FA1E4");
53   |                                          ^
54
55error: invalid group length in group 1: expected 4, found 3
56  --> tests/ui/compile_fail/invalid_parse.rs:11:33
57   |
5811 | const _: Uuid = uuid!("F9168C5E-CEB-24fa-eB6BFF32-BF39FA1E4");
59   |                                 ^^^
60
61error: invalid group length in group 4: expected 12, found 8
62  --> tests/ui/compile_fail/invalid_parse.rs:12:48
63   |
6412 | const _: Uuid = uuid!("01020304-1112-2122-3132-41424344");
65   |                                                ^^^^^^^^
66
67error: invalid length: expected length 32 for simple format, found 33
68  --> tests/ui/compile_fail/invalid_parse.rs:13:17
69   |
7013 | const _: Uuid = uuid!("67e5504410b1426f9247bb680e5fe0c88");
71   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72   |
73   = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
74
75error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `g` at 32
76  --> tests/ui/compile_fail/invalid_parse.rs:14:55
77   |
7814 | const _: Uuid = uuid!("67e5504410b1426f9247bb680e5fe0cg8");
79   |                                                       ^
80
81error: invalid length: expected length 32 for simple format, found 31
82  --> tests/ui/compile_fail/invalid_parse.rs:18:17
83   |
8418 | const _: Uuid = uuid!("67e5504410b1426f9247bb680e5fe0c");
85   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86   |
87   = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
88
89error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `X` at 7
90  --> tests/ui/compile_fail/invalid_parse.rs:19:30
91   |
9219 | const _: Uuid = uuid!("67e550X410b1426f9247bb680e5fe0cd");
93   |                              ^
94
95error: invalid group count: expected 5, found 2
96  --> tests/ui/compile_fail/invalid_parse.rs:20:17
97   |
9820 | const _: Uuid = uuid!("67e550-4105b1426f9247bb680e5fe0c");
99   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
100   |
101   = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
102
103error: invalid group length in group 3: expected 4, found 5
104  --> tests/ui/compile_fail/invalid_parse.rs:21:43
105   |
10621 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa-B6BF1-02BF39FA1E4");
107   |                                           ^^^^^
108
109error: invalid group length in group 3: expected 4, found 3
110  --> tests/ui/compile_fail/invalid_parse.rs:24:43
111   |
11224 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa-BBF-329BF39FA1E4");
113   |                                           ^^^
114
115error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `G` at 21
116  --> tests/ui/compile_fail/invalid_parse.rs:25:44
117   |
11825 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa-BGBF-329BF39FA1E4");
119   |                                            ^
120
121error: invalid group length in group 4: expected 12, found 8
122  --> tests/ui/compile_fail/invalid_parse.rs:26:48
123   |
12426 | const _: Uuid = uuid!("01020304-1112-2122-3132-41424344");
125   |                                                ^^^^^^^^
126
127error: invalid group count: expected 5, found 4
128  --> tests/ui/compile_fail/invalid_parse.rs:27:17
129   |
13027 | const _: Uuid = uuid!("F9168C5E-CEB2-4faa-B6BFF329BF39FA1E4");
131   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132   |
133   = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
134
135error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `G` at 30
136  --> tests/ui/compile_fail/invalid_parse.rs:28:53
137   |
13828 | const _: Uuid = uuid!("urn:uuid:F9168C5E-CEB2-4faa-BGBF-329BF39FA1E4");
139   |                                                     ^
140
141error: invalid group length in group 3: expected 4, found 5
142  --> tests/ui/compile_fail/invalid_parse.rs:29:52
143   |
14429 | const _: Uuid = uuid!("urn:uuid:F9168C5E-CEB2-4faa-B2cBF-32BF39FA1E4");
145   |                                                    ^^^^^
146
147error: invalid group length in group 3: expected 4, found 5
148  --> tests/ui/compile_fail/invalid_parse.rs:30:44
149   |
15030 | const _: Uuid = uuid!("{F9168C5E-CEB2-4faa-B0a75-32BF39FA1E4}");
151   |                                            ^^^^^
152
153error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `z` at 30
154  --> tests/ui/compile_fail/invalid_parse.rs:32:53
155   |
15632 | const _: Uuid = uuid!("{F9168C5E-CEB2-4faa-B6BF-329Bz39FA1E4}");
157   |                                                     ^
158
159error: invalid group count: expected 5, found 2
160  --> tests/ui/compile_fail/invalid_parse.rs:35:17
161   |
16235 | const _: Uuid = uuid!("67e550-4105b1426f9247bb680e5fe0c");
163   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
164   |
165   = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
166
167error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `岡` at 7
168  --> tests/ui/compile_fail/invalid_parse.rs:37:30
169   |
17037 | const _: Uuid = uuid!("504410岡林aab1426f9247bb680e5fe0c8");
171   |                              ^^
172
173error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `��` at 7
174  --> tests/ui/compile_fail/invalid_parse.rs:38:30
175   |
17638 | const _: Uuid = uuid!("504410����aab1426f9247bb680e5fe0c8");
177   |                              ^^
178
179error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `��` at 21
180  --> tests/ui/compile_fail/invalid_parse.rs:40:44
181   |
18240 | const _: Uuid = uuid!("{F9168C5E-CEB2-4faa-��5-32BF39FA1E4}");
183   |                                            ^^
184
185error: invalid length: expected length 32 for simple format, found 4
186  --> tests/ui/compile_fail/invalid_parse.rs:42:17
187   |
18842 | const _: Uuid = uuid!("F916");
189   |                 ^^^^^^^^^^^^^
190   |
191   = note: this error originates in the macro `uuid` (in Nightly builds, run with -Z macro-backtrace for more info)
192
193error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-zA-Z], found `x` at 5
194  --> tests/ui/compile_fail/invalid_parse.rs:43:28
195   |
19643 | const _: Uuid = uuid!("F916x");
197   |                            ^
198