]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-uniq-mut-ty.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / removed-syntax-uniq-mut-ty.rs
index 79d51f5595d2635283c36d94989c42bb8afc8ce5..f9a9d071a3d1b5c5263242d9cfd538d94da41b25 100644 (file)
@@ -1 +1,2 @@
-type mut_box = Box<mut isize>; //~ ERROR expected one of `>`, const, lifetime, or type, found `mut`
+type mut_box = Box<mut isize>;
+//~^ ERROR expected one of `>`, const, lifetime, or type, found keyword `mut`