Skip to content

Commit 2c6338b

Browse files
committed
Update test message for E0433
The text of the message was changed in rust-lang/rust#133154
1 parent e63457a commit 2c6338b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/standard_lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ fn no_implicit_alloc() {
699699
.target_host()
700700
.with_stderr_data(str![[r#"
701701
...
702-
error[E0433]: failed to resolve: use of undeclared crate or module `alloc`
702+
error[E0433]: failed to resolve[..]`alloc`
703703
...
704704
"#]])
705705
.with_status(101)

0 commit comments

Comments
 (0)