test: Remove a fixed-length string from a test
This commit is contained in:
parent
903068c132
commit
4bfd4fb8ea
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue