Skip to content

Commit bc51ed6

Browse files
authored
Merge pull request #108 from dtolnay/unsized
Update unsized error msg pattern again
2 parents 98d92d3 + 7c4490d commit bc51ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiletest/tests/compile-fail/static_is_sized.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern:the size for value values of type `str` cannot be known at compilation time
1+
// error-pattern:the size for values of type `str` cannot be known at compilation time
22
#[macro_use]
33
extern crate lazy_static_compiletest as lazy_static;
44

0 commit comments

Comments
 (0)