about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-12-01 10:50:19 +0100
committerGitHub <noreply@github.com>2021-12-01 10:50:19 +0100
commit2695e85c09cc70736c0e473d640bcfbf03055f46 (patch)
tree7b8977fd0a8606a2f2a5669677c25b2a4bda15a2 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parenta4f46742c2eb724d813bca7b4834372c8fc3caa8 (diff)
parentabd704b8446ee984c3d246841384cea49e92575f (diff)
downloadrust-2695e85c09cc70736c0e473d640bcfbf03055f46.tar.gz
rust-2695e85c09cc70736c0e473d640bcfbf03055f46.zip
Rollup merge of #91087 - rukai:fix_test_nll_revisions, r=jackh726
Remove all migrate.nll.stderr files

There are a few ui tests that setup the revisions like:
```rust
// revisions: migrate nll`
// [nll]compile-flags: -Zborrowck=mir
```

However most of them fail to disable the nll compare mode like this:
```rust
// ignore-compare-mode-nll
```

This ends up generating confusing files ending in `.migrate.nll.stderr` because the nll compare mode is run on top of the migrate revision.

This PR fixes this by adding `ignore-compare-mode-nll` to these tests.

I would have just made these tests use compare modes instead but I assume the reason these tests are messing around with revisions instead of just letting the nll compare mode do its thing is to enforce error annotations for both migrate and nll.
Relying on just compare modes would only have the error annotations for migrate.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions