sudo CI=green && Review changes <3

This commit is contained in:
xFrednet 2024-06-04 11:02:03 +02:00
parent 1b4c281fe7
commit 3bbec6aade
2 changed files with 2 additions and 11 deletions

View File

@ -1,5 +1,5 @@
//! Tests macro_metavars_in_unsafe with default configuration //! Tests macro_metavars_in_unsafe with default configuration
#![feature(decl_macro, lint_reasons)] #![feature(decl_macro)]
#![warn(clippy::macro_metavars_in_unsafe)] #![warn(clippy::macro_metavars_in_unsafe)]
#![allow(clippy::no_effect)] #![allow(clippy::no_effect)]

View File

@ -1,12 +1,3 @@
error: the feature `lint_reasons` has been stable since 1.81.0-dev and no longer requires an attribute to enable
--> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:2:24
|
LL | #![feature(decl_macro, lint_reasons)]
| ^^^^^^^^^^^^
|
= note: `-D stable-features` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(stable_features)]`
error: this macro expands metavariables in an unsafe block error: this macro expands metavariables in an unsafe block
--> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:19:9 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:19:9
| |
@ -192,5 +183,5 @@ LL | | }
= help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
= help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
error: aborting due to 15 previous errors error: aborting due to 14 previous errors