mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
test: Remove a fixed-length string from a test
This commit is contained in:
parent
903068c132
commit
4bfd4fb8ea
@ -25,6 +25,5 @@ fn main() {
|
||||
foo(@mut 1); //~ ERROR missing `const`
|
||||
foo(r(1)); // this is okay now.
|
||||
foo(r2(@mut 1)); //~ ERROR missing `const`
|
||||
foo("123");
|
||||
foo({f: {mut f: 1}}); //~ ERROR missing `const`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user