diff --git a/tests/testsuite/standard_lib.rs b/tests/testsuite/standard_lib.rs index dee8400f05a..acccdd4699d 100644 --- a/tests/testsuite/standard_lib.rs +++ b/tests/testsuite/standard_lib.rs @@ -698,7 +698,7 @@ fn no_implicit_alloc() { .target_host() .with_stderr_data(str![[r#" ... -error[E0433]: failed to resolve[..]`alloc` +error[E0433]: cannot find module or crate `alloc` in this scope ... "#]]) .with_status(101)