]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/outlive-expansion-phase.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui-fulldeps / outlive-expansion-phase.rs
1 // run-pass
2 // aux-build:outlive-expansion-phase.rs
3 // ignore-stage1
4
5 #![feature(plugin)]
6 #![plugin(outlive_expansion_phase)] //~ WARNING compiler plugins are deprecated
7
8 pub fn main() {}