blob: a802b4580f4eb692128433ff9205b390464fc18a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
error: unsupported literal
--> tests/ui/unsupported-literal.rs:4:12
|
4 | fn [<x 1e+100 z>]() {}
| ^^^^^^
error: unsupported literal
--> tests/ui/unsupported-literal.rs:10:12
|
10 | fn [<x b'y' z>]() {}
| ^^^^
error: unsupported literal
--> tests/ui/unsupported-literal.rs:14:12
|
14 | fn [<x b"y" z>]() {}
| ^^^^
error: unsupported literal
--> tests/ui/unsupported-literal.rs:18:12
|
18 | fn [<x br"y" z>]() {}
| ^^^^^
|