diff options
| author | bors <bors@rust-lang.org> | 2020-12-29 23:20:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-12-29 23:20:46 +0000 |
| commit | f3eead1c69d5ce9cb128a9068250581ad28103f0 (patch) | |
| tree | 9803bb601004e2fcb03d00009320067e439535d4 /src/test/ui/array-slice-vec | |
| parent | 158f8d034b15e65ba8dc0d066358dd0632bfcd6e (diff) | |
| parent | 4d2d0bad4e51d0d14d21b4e21cdb61b55dd11349 (diff) | |
| download | rust-f3eead1c69d5ce9cb128a9068250581ad28103f0.tar.gz rust-f3eead1c69d5ce9cb128a9068250581ad28103f0.zip | |
Auto merge of #80453 - petrochenkov:nocfail, r=Mark-Simulacrum
Remove `compile-fail` test suite By moving all of its tests to `ui` test suite. Now we have directives like `// dont-check-compiler-stderr` that allow to disable `.stderr` comparison for platform-dependent tests without introducing a whole new test suite.
Diffstat (limited to 'src/test/ui/array-slice-vec')
| -rw-r--r-- | src/test/ui/array-slice-vec/copy-out-of-array-1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/array-slice-vec/copy-out-of-array-1.rs b/src/test/ui/array-slice-vec/copy-out-of-array-1.rs index e64985ae3f6..c6d311148d0 100644 --- a/src/test/ui/array-slice-vec/copy-out-of-array-1.rs +++ b/src/test/ui/array-slice-vec/copy-out-of-array-1.rs @@ -2,7 +2,7 @@ // Ensure that we can copy out of a fixed-size array. // -// (Compare with compile-fail/move-out-of-array-1.rs) +// (Compare with ui/moves/move-out-of-array-1.rs) #[derive(Copy, Clone)] struct C { _x: u8 } |
