2022-11-02 20:02:33 -05:00
|
|
|
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"_;
|
|
|
|
| ^
|
2022-11-02 20:02:33 -05:00
|
|
|
|
|
|
|
error: underscore literal suffix is not allowed
|
|
|
|
--> $DIR/underscore-suffix-for-string.rs:15:16
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2022-11-02 20:02:33 -05:00
|
|
|
LL | sink!("Foo"_);
|
|
|
|
| ^
|
2018-10-20 15:36:17 -05:00
|
|
|
|
2022-11-02 20:02:33 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2020-03-11 10:30:09 -05:00
|
|
|
|