ci: update trybuild to expect output from rustc 1.95.0 (#8058)

This commit is contained in:
Eliza Weisman
2026-04-16 20:32:53 +00:00
committed by GitHub
parent 812de3e134
commit 57ff47ab58
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ help: consider importing this trait
1 + use std::future::Future;
|
error[E0433]: failed to resolve: use of undeclared type `Pin`
error[E0433]: cannot find type `Pin` in this scope
--> tests/fail/macros_join.rs:35:17
|
35 | let _ = Pin::new(&mut x);
@@ -37,7 +37,7 @@ help: consider importing this trait
1 + use std::future::Future;
|
error[E0433]: failed to resolve: use of undeclared type `Pin`
error[E0433]: cannot find type `Pin` in this scope
--> tests/fail/macros_try_join.rs:35:17
|
35 | let _ = Pin::new(&mut x);