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