Skip to content

Commit 4bfd4fb

Browse files
committed
test: Remove a fixed-length string from a test
1 parent 903068c commit 4bfd4fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/compile-fail/non-const.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ fn main() {
2525
foo(@mut 1); //~ ERROR missing `const`
2626
foo(r(1)); // this is okay now.
2727
foo(r2(@mut 1)); //~ ERROR missing `const`
28-
foo("123");
2928
foo({f: {mut f: 1}}); //~ ERROR missing `const`
3029
}

0 commit comments

Comments
 (0)