2019-07-26 16:54:25 -05:00
|
|
|
// run-pass
|
2017-11-29 15:47:36 -06:00
|
|
|
// aux-build:outlive-expansion-phase.rs
|
2014-02-12 00:43:23 -06:00
|
|
|
// ignore-stage1
|
|
|
|
|
2014-12-31 22:43:46 -06:00
|
|
|
#![feature(plugin)]
|
2019-11-07 18:00:00 -06:00
|
|
|
#![plugin(outlive_expansion_phase)] //~ WARNING compiler plugins are deprecated
|
2014-02-12 00:43:23 -06:00
|
|
|
|
|
|
|
pub fn main() {}
|