diff options
| author | dianqk <dianqk@dianqk.net> | 2025-03-24 16:55:24 +0800 |
|---|---|---|
| committer | dianqk <dianqk@dianqk.net> | 2025-04-02 19:59:26 +0800 |
| commit | 7e0463fe93b7fec40e564fb1312296ed608ce837 (patch) | |
| tree | b079835dfcf77a82a37fe7397dcc3ae6faa2a2a5 /tests/mir-opt/pre-codegen | |
| parent | 7830406df1232c59f82d870c218901b8643701bb (diff) | |
| download | rust-7e0463fe93b7fec40e564fb1312296ed608ce837.tar.gz rust-7e0463fe93b7fec40e564fb1312296ed608ce837.zip | |
Revert "comment out the old tests instead of adjusting them"
This reverts commit 906f66fb4c22daa8a6f97e5c048e9f6ab3fd9051.
Diffstat (limited to 'tests/mir-opt/pre-codegen')
| -rw-r--r-- | tests/mir-opt/pre-codegen/deref_nested_borrows.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mir-opt/pre-codegen/deref_nested_borrows.rs b/tests/mir-opt/pre-codegen/deref_nested_borrows.rs index 4f70ec36bc9..738cd981ae6 100644 --- a/tests/mir-opt/pre-codegen/deref_nested_borrows.rs +++ b/tests/mir-opt/pre-codegen/deref_nested_borrows.rs @@ -1,4 +1,3 @@ -//! Regression test for <https://github.com/rust-lang/rust/issues/130853> // EMIT_MIR_FOR_EACH_PANIC_STRATEGY fn src(x: &&u8) -> bool { |
