Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
9ffd0868653ad5113962c6f2a42d5061afbcf493
/
.
/
src
/
test
/
ui-fulldeps
/
outlive-expansion-phase.rs
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
()
{}