Migrate compile-pass annotations to build-pass

This commit is contained in:
Yuki Okushi 2019-07-03 06:30:28 +09:00
parent 848e0a23f3
commit c004451a20
711 changed files with 716 additions and 716 deletions

View file

@ -4,7 +4,7 @@
// revisions: cfail1 cfail2 cfail3
// compile-flags: -Z query-dep-graph -O
// compile-pass
// build-pass (FIXME(62277): could be check-pass?)
#![feature(rustc_attrs)]
#![crate_type="rlib"]

View file

@ -3,7 +3,7 @@
// revisions: cfail1 cfail2 cfail3
// compile-flags: -Z query-dep-graph -O
// compile-pass
// build-pass (FIXME(62277): could be check-pass?)
#![feature(rustc_attrs)]
#![crate_type="rlib"]