]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-105011.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / macros / issue-105011.rs
1 fn main() {
2     println!(""y); //~ ERROR suffixes on string literals are invalid
3 }