]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-cap.rs
Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj
[rust.git] / tests / ui / lint / lint-cap.rs
1 // run-pass
2 // compile-flags: --cap-lints allow
3
4 #![deny(warnings)]
5
6 use std::option;
7
8 fn main() {}