diff options
| author | bors <bors@rust-lang.org> | 2024-11-29 12:05:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-11-29 12:05:41 +0000 |
| commit | 0c4f3a45b86c77b0a89ff06703aa6097af35d924 (patch) | |
| tree | 83c16880f6bc199f38f75acdfaa3326fa69328e1 /tests/ui/parser/impl-qpath.rs | |
| parent | 5bbbc0938cfeb3dbd348d5258ddb6025bc8398c7 (diff) | |
| parent | ce52b7b3d82eef4aca24d4f0cc9e22057fe3f755 (diff) | |
| download | rust-0c4f3a45b86c77b0a89ff06703aa6097af35d924.tar.gz rust-0c4f3a45b86c77b0a89ff06703aa6097af35d924.zip | |
Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #132782 (improvements on initial sysroot and libdir finding logics) - #133466 (Fix typos in pin.rs) - #133492 (bootstrap: allow skipping steps with start of path) - #133501 (support revealing defined opaque post borrowck) - #133530 (Use consistent wording in docs, use is zero instead of is 0) - #133538 (Better diagnostic for fn items in variadic functions) - #133590 (Rename `-Zparse-only`) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/ui/parser/impl-qpath.rs')
| -rw-r--r-- | tests/ui/parser/impl-qpath.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/impl-qpath.rs b/tests/ui/parser/impl-qpath.rs index d7c4989b6e4..fed026792c9 100644 --- a/tests/ui/parser/impl-qpath.rs +++ b/tests/ui/parser/impl-qpath.rs @@ -1,5 +1,5 @@ //@ check-pass -//@ compile-flags: -Z parse-only +//@ compile-flags: -Z parse-crate-root-only impl <*const u8>::AssocTy {} // OK impl <Type as Trait>::AssocTy {} // OK |
