[AUTO-GENERATED] Migrate ui tests from //
to //@
directives
This commit is contained in:
parent
e53d6dd35b
commit
ec2cc761bc
9925 changed files with 16397 additions and 16397 deletions
|
@ -1,5 +1,5 @@
|
|||
// force-host
|
||||
// no-prefer-dynamic
|
||||
//@ force-host
|
||||
//@ no-prefer-dynamic
|
||||
|
||||
#![crate_type = "proc-macro"]
|
||||
#![feature(proc_macro_diagnostic, proc_macro_span, proc_macro_def_site)]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// compile-flags: --error-format human-annotate-rs -Z unstable-options
|
||||
// error-pattern:cannot find type `Iter` in this scope
|
||||
//@ compile-flags: --error-format human-annotate-rs -Z unstable-options
|
||||
//@ error-pattern:cannot find type `Iter` in this scope
|
||||
|
||||
pub fn main() {
|
||||
let x: Iter;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// aux-build:other_file.rs
|
||||
// compile-flags: --error-format human-annotate-rs -Z unstable-options
|
||||
//@ aux-build:other_file.rs
|
||||
//@ compile-flags: --error-format human-annotate-rs -Z unstable-options
|
||||
|
||||
extern crate other_file;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// aux-build:multispan.rs
|
||||
// error-pattern:hello to you, too!
|
||||
// compile-flags: --error-format human-annotate-rs -Z unstable-options
|
||||
//@ aux-build:multispan.rs
|
||||
//@ error-pattern:hello to you, too!
|
||||
//@ compile-flags: --error-format human-annotate-rs -Z unstable-options
|
||||
|
||||
#![feature(proc_macro_hygiene)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue