24 lines
512 B
Plaintext
24 lines
512 B
Plaintext
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>]() {}
|
|
| ^^^^^
|