diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-25 20:38:57 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-11-25 20:39:45 +0100 |
| commit | 906f66fb4c22daa8a6f97e5c048e9f6ab3fd9051 (patch) | |
| tree | 0279a919a5aeb58351a44e34aa7d2e7e4afd094d /tests/mir-opt/pre-codegen | |
| parent | 917dd826286bd85e26310e4db4a125d4038c277e (diff) | |
| download | rust-906f66fb4c22daa8a6f97e5c048e9f6ab3fd9051.tar.gz rust-906f66fb4c22daa8a6f97e5c048e9f6ab3fd9051.zip | |
comment out the old tests instead of adjusting them
Diffstat (limited to 'tests/mir-opt/pre-codegen')
| -rw-r--r-- | tests/mir-opt/pre-codegen/deref_nested_borrows.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/pre-codegen/deref_nested_borrows.rs b/tests/mir-opt/pre-codegen/deref_nested_borrows.rs index 738cd981ae6..4f70ec36bc9 100644 --- a/tests/mir-opt/pre-codegen/deref_nested_borrows.rs +++ b/tests/mir-opt/pre-codegen/deref_nested_borrows.rs @@ -1,3 +1,4 @@ +//! Regression test for <https://github.com/rust-lang/rust/issues/130853> // EMIT_MIR_FOR_EACH_PANIC_STRATEGY fn src(x: &&u8) -> bool { |
