ci: bump ci image to rust 1.73.0 (#1830)

Co-authored-by: command-bot <>
This commit is contained in:
Mira Ressel
2023-10-11 19:49:59 +02:00
committed by GitHub
parent 1d9ec57276
commit 447e753323
28 changed files with 164 additions and 137 deletions
@@ -3,3 +3,15 @@ error[E0425]: cannot find function `bar` in module `test`
|
33 | test::bar();
| ^^^ not found in `test`
|
note: found an item that was configured out
--> tests/ui/no_feature_gated_method.rs:25:5
|
25 | fn bar() {}
| ^^^
= note: the item is gated behind the `bar-feature` feature
note: found an item that was configured out
--> tests/ui/no_feature_gated_method.rs:25:5
|
25 | fn bar() {}
| ^^^