]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/issue-3145.rs
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / issue-3145.rs
index f497d5550af5f9cb9e6fdcafb18557db5a022b2a..586d13647d15eb94fe5cc580eb497794e01bb62a 100644 (file)
@@ -1,3 +1,3 @@
 fn main() {
-    println!("{}" a); //~ERROR expected token: `,`
+    println!("{}" a); //~ERROR expected `,`, found `a`
 }