mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 16:05:13 +00:00
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// compile-flags: -C opt-level=3
|
||||
// run-pass
|
||||
//@ compile-flags: -C opt-level=3
|
||||
//@ run-pass
|
||||
|
||||
fn foo(_i: i32) -> i32 {
|
||||
1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
pub(crate) trait Parser: Sized {
|
||||
type Output;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
#![feature(unboxed_closures)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user