blob: fb22888d98ab6f96854371b4430ae02f46cb46df [file] [log] [blame]
// run-pass
// aux-build:outlive-expansion-phase.rs
// ignore-stage1
#![feature(plugin)]
#![plugin(outlive_expansion_phase)] //~ WARNING compiler plugins are deprecated
pub fn main() {}