summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/underscore-suffix-for-float.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/underscore-suffix-for-float.rs')
-rw-r--r--src/test/ui/parser/underscore-suffix-for-float.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/parser/underscore-suffix-for-float.rs b/src/test/ui/parser/underscore-suffix-for-float.rs
deleted file mode 100644
index c9b7eced0..000000000
--- a/src/test/ui/parser/underscore-suffix-for-float.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-fn main() {
- let a = 42._; //~ ERROR expected identifier, found reserved identifier `_`
- //~| ERROR `{integer}` is a primitive type and therefore doesn't have fields
-}