diff options
| author | bors <bors@rust-lang.org> | 2024-11-18 04:17:11 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-11-18 04:17:11 +0000 | 
| commit | bf6adec108e83c5ddfcbb443a9177203db5eb945 (patch) | |
| tree | 7dad50a965a6cd5b4f22936421ade7a3083a7107 /tests/ui/symbol-names/basic.rs | |
| parent | 3fb7e441aecc3c054d71eb4d752d06e7776e8888 (diff) | |
| parent | f6374b4b7135479ccfe6751f1ed45ba5a95910f0 (diff) | |
| download | rust-bf6adec108e83c5ddfcbb443a9177203db5eb945.tar.gz rust-bf6adec108e83c5ddfcbb443a9177203db5eb945.zip  | |
Auto merge of #133152 - jhpratt:rollup-wkqs5ud, r=jhpratt
Rollup of 7 pull requests Successful merges: - #132795 (Check `use<..>` in RPITIT for refinement) - #132944 (add parentheses when unboxing suggestion needed) - #132993 (Make rustc consider itself a stable compiler when `RUSTC_BOOTSTRAP=-1`) - #133130 (`suggest_borrow_generic_arg`: instantiate clauses properly) - #133133 (rustdoc-search: add standalone trailing `::` test) - #133143 (Diagnostics for let mut in item context) - #133147 (Fixup some test directives) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/ui/symbol-names/basic.rs')
| -rw-r--r-- | tests/ui/symbol-names/basic.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/symbol-names/basic.rs b/tests/ui/symbol-names/basic.rs index dfcac21ccd6..839dda2b3a3 100644 --- a/tests/ui/symbol-names/basic.rs +++ b/tests/ui/symbol-names/basic.rs @@ -1,7 +1,7 @@ //@ build-fail //@ revisions: legacy v0 //@[legacy]compile-flags: -Z unstable-options -C symbol-mangling-version=legacy - //@[v0]compile-flags: -C symbol-mangling-version=v0 +//@[v0]compile-flags: -C symbol-mangling-version=v0 #![feature(rustc_attrs)]  | 
