Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril
Migrate `compile-pass` annotations to `build-pass` This is a part of #62277. As a first step, the `compile-pass` tests are migrated to `build-pass`. r? @cramertj cc @Centril
This commit is contained in:
commit
919349701a
711 changed files with 716 additions and 716 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// compile-pass
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
|
||||
#![allow(bare_trait_objects)]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-pass
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
// compile-flags: -Z parse-only
|
||||
|
||||
impl <*const u8>::AssocTy {} // OK
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-pass
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
|
||||
#![feature(box_syntax)]
|
||||
#![allow(bare_trait_objects)]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Fixes issue where `+` in generics weren't parsed if they were part of a `+=`.
|
||||
|
||||
// compile-pass
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
|
||||
struct Whitespace<T: Clone + = ()> { t: T }
|
||||
struct TokenSplit<T: Clone += ()> { t: T }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-pass
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
|
||||
fn main() {
|
||||
let _ = "Foo"_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue