diff options
| author | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2019-11-18 10:43:11 -0800 |
|---|---|---|
| committer | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2019-11-21 14:09:18 -0800 |
| commit | ae2293837e4c66deaeeb6a895087cb5c76e935ea (patch) | |
| tree | 379f54085f80fb2383b37790938e179bfe4526d9 /src/test/ui/error-codes | |
| parent | 701f6e51b2aab7a761e5c9c81cff476e81eef7e0 (diff) | |
| download | rust-ae2293837e4c66deaeeb6a895087cb5c76e935ea.tar.gz rust-ae2293837e4c66deaeeb6a895087cb5c76e935ea.zip | |
Change some tests to use the shorter comment style
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0161.rs | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/test/ui/error-codes/E0161.rs b/src/test/ui/error-codes/E0161.rs index 2ca17050ae2..58217ff74b8 100644 --- a/src/test/ui/error-codes/E0161.rs +++ b/src/test/ui/error-codes/E0161.rs @@ -20,14 +20,8 @@ fn foo(x: Box<[i32]>) { box *x; - //[migrate]~^ ERROR E0161 - //[nll]~^^ ERROR E0161 - //[zflags]~^^^ ERROR E0161 - //[edition]~^^^^ ERROR E0161 - //[migrateul]~^^^^^ ERROR E0161 - //[nllul]~^^^^^^ ERROR E0161 - //[zflagsul]~^^^^^^^ ERROR E0161 - //[editionul]~^^^^^^^^ ERROR E0161 + //[migrate,nll,zflags,edition]~^ ERROR E0161 + //[migrateul,nllul,zflagsul,editionul]~^^ ERROR E0161 } fn main() {} |
