rust/tests/ui/parser/underscore-suffix-for-string.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
342 B
Plaintext
Raw Normal View History

error: underscore literal suffix is not allowed
--> $DIR/underscore-suffix-for-string.rs:6:18
2018-10-20 15:36:17 -05:00
|
LL | let _ = "Foo"_;
| ^
error: underscore literal suffix is not allowed
--> $DIR/underscore-suffix-for-string.rs:15:16
2018-10-20 15:36:17 -05:00
|
LL | sink!("Foo"_);
| ^
2018-10-20 15:36:17 -05:00
error: aborting due to 2 previous errors