aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unsupported-literal.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unsupported-literal.rs')
-rw-r--r--tests/ui/unsupported-literal.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/unsupported-literal.rs b/tests/ui/unsupported-literal.rs
new file mode 100644
index 0000000..d3768bd
--- /dev/null
+++ b/tests/ui/unsupported-literal.rs
@@ -0,0 +1,5 @@
+paste::item! {
+ fn [<1e+100>]() {}
+}
+
+fn main() {}