Skip to content

Clippy 0.0.167 fails to build on nightly 2017-10-30: vis fragment specifier is experimental and subject to change #2192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gyscos opened this issue Oct 31, 2017 · 1 comment · Fixed by #2191

Comments

@gyscos
Copy link

gyscos commented Oct 31, 2017

$ rustc --version
rustc 1.23.0-nightly (f0fe716db 2017-10-30)
   Compiling clippy_lints v0.0.167
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
@gyscos gyscos changed the title Compilation error on nightly 2017-10-30: vis fragment specifier is experimental and subject to change Clippy 0.0.167 fails to build on nightly 2017-10-30: vis fragment specifier is experimental and subject to change Oct 31, 2017
@gyscos
Copy link
Author

gyscos commented Oct 31, 2017

Ah well, looks like it'll be fixed by #2191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant