Skip to content

Commit 6ab6882

Browse files
committed
update unsized error msg pattern
1 parent 3fd7d00 commit 6ab6882

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)