Skip to content

Commit 7ead4f5

Browse files
authored
Merge pull request #104 from KodrAus/fix/compiletest
Update unsized error msg pattern
2 parents 3fd7d00 + 6ab6882 commit 7ead4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiletest/tests/compile-fail/static_is_sized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern:the trait bound `str: std::marker::Sized` is not satisfied
1+
// error-pattern:the size for value 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)