Compile error: clippy_lints does not support feature(macro_vis_matcher) #45680
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
branch: master
Compiling cargo_metadata v0.2.3
Compiling clippy_lints v0.0.166 (file:///home/ryan/git/rust/src/tools/clippy/clippy_lints)
error: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> <declare_lint macros>:1:3
|
1 | ( $ vis : vis $ NAME : ident , $ Level : ident , $ desc : expr ) => (
| ^^^^^^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable
error: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> <declare_lint macros>:1:3
|
1 | ( $ vis : vis $ NAME : ident , $ Level : ident , $ desc : expr ) => (
| ^^^^^^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable
error: aborting due to previous error
error: aborting due to previous error
error: Could not compile
clippy_lints
.warning: build failed, waiting for other jobs to finish...
error: Could not compile
clippy_lints
.warning: build failed, waiting for other jobs to finish...
error: build failed
This failure is expected (see
src/tools/toolstate.toml
)Build completed successfully in 1:46:49
The text was updated successfully, but these errors were encountered: