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