Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :~/repos/rust-clippy|master$ cargo test
- Compiling clippy_lints v0.0.139 (file:///home/paul/repos/rust-clippy/clippy_lints)
- Compiling clippy v0.0.139 (file:///home/paul/repos/rust-clippy)
- warning: Constants have by default a `'static` lifetime
- --> tests/cc_seme.rs:1:1
- |
- 1 | #![feature(plugin)]
- | ^
- |
- = note: #[warn(const_static_lifetime)] on by default
- = help: consider removing the `'static`
- = help: for further information visit https://github.com/Manishearth/rust-clippy/wiki#const_static_lifetime
- error: Constants have by default a `'static` lifetime
- --> tests/ice_exacte_size.rs:1:1
- |
- 1 | #![feature(plugin)]
- | ^
- |
- = note: #[deny(const_static_lifetime)] implied by #[deny(clippy)]
- note: lint level defined here
- --> tests/ice_exacte_size.rs:3:9
- |
- 3 | #![deny(clippy)]
- | ^^^^^^
- = help: consider removing the `'static`
- = help: for further information visit https://github.com/Manishearth/rust-clippy/wiki#const_static_lifetime
- error: aborting due to previous error(s)
- error: Could not compile `clippy`.
- Build failed, waiting for other jobs to finish...
- error: build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement