Skip to content

Commit

Permalink
Update test message for E0433
Browse files Browse the repository at this point in the history
The text of the message was changed in rust-lang/rust#133154
  • Loading branch information
ehuss committed Jan 26, 2025
1 parent e63457a commit 2c6338b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/standard_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ fn no_implicit_alloc() {
.target_host()
.with_stderr_data(str![[r#"
...
error[E0433]: failed to resolve: use of undeclared crate or module `alloc`
error[E0433]: failed to resolve[..]`alloc`
...
"#]])
.with_status(101)
Expand Down

0 comments on commit 2c6338b

Please sign in to comment.