Convert test to check-pass
This commit is contained in:
parent
92d86cc9b8
commit
7df8ca2954
2 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
// run-pass
|
||||
// check-pass
|
||||
// compile-flags: --emit=mir
|
||||
// Force mir to be emitted, to ensure that const
|
||||
// propagation doesn't ICE on a function
|
||||
// with an 'impossible' body. See issue #67696
|
||||
// compile-flags: --emit=mir,link
|
||||
// Inconsistent bounds with trait implementations
|
||||
|
||||
#![feature(trivial_bounds)]
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
warning: due to multiple output types requested, the explicitly specified output file name will be adapted for each output type
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue