update unsized error msg pattern

This commit is contained in:
Ashley Mannix 2018-06-28 11:37:20 +10:00
parent 3fd7d006d2
commit 6ab68829f1

View File

@ -1,4 +1,4 @@
// error-pattern:the trait bound `str: std::marker::Sized` is not satisfied
// error-pattern:the size for value values of type `str` cannot be known at compilation time
#[macro_use]
extern crate lazy_static_compiletest as lazy_static;