]> git.lizzy.rs Git - rust.git/blob - tests/ui/deprecation-in-force-unstable.rs
Account for method call and indexing when looking for inner-most path in expression
[rust.git] / tests / ui / deprecation-in-force-unstable.rs
1 // run-pass
2 // compile-flags:-Zforce-unstable-if-unmarked
3
4 #[deprecated] // should work even with -Zforce-unstable-if-unmarked
5 fn main() { }