[AUTO-GENERATED] Migrate ui tests from // to //@ directives

This commit is contained in:
许杰友 Jieyou Xu (Joe)
2024-02-16 20:02:50 +00:00
parent e53d6dd35b
commit ec2cc761bc
9925 changed files with 16397 additions and 16397 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
// check-pass
//@ check-pass
pub(crate) trait Parser: Sized {
type Output;

View File

@@ -1,4 +1,4 @@
// check-pass
//@ check-pass
#![feature(unboxed_closures)]