Sha256: 6b137ccd6bc2a341aeb1e0d5321a896aa6c8db9a4e2571f4e41bd744511760bf
Contents?: true
Size: 512 Bytes
Versions: 38
Compression:
Stored size: 512 Bytes
Contents
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>]() {} | ^^^^^
Version data entries
38 entries across 38 versions & 1 rubygems