diff options
| author | bors <bors@rust-lang.org> | 2022-05-29 00:40:45 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-29 00:40:45 +0000 |
| commit | 84288ed6d5307ed44a0f78e2f1ee55fbadf4e978 (patch) | |
| tree | 5e504b24b4dab730b988db1166990259ba328c1e /src/test/ui/parser/impl-qpath.rs | |
| parent | 14f477e78adb9960f760e9bac812673f993d8dc2 (diff) | |
| parent | 774d7ced10b30c480c63a8124f38bcf2f3d66464 (diff) | |
| download | rust-84288ed6d5307ed44a0f78e2f1ee55fbadf4e978.tar.gz rust-84288ed6d5307ed44a0f78e2f1ee55fbadf4e978.zip | |
Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomez
Rollup of 5 pull requests Successful merges: - #96950 (Add regression test for #96395) - #97028 (Add support for embedding pretty printers via `#[debugger_visualizer]` attribute) - #97478 (Remove FIXME on `ExtCtxt::fn_decl()`) - #97479 (Make some tests check-pass) - #97482 (ptr::invalid is not equivalent to a int2ptr cast) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/ui/parser/impl-qpath.rs')
| -rw-r--r-- | src/test/ui/parser/impl-qpath.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/impl-qpath.rs b/src/test/ui/parser/impl-qpath.rs index ab45649f4de..d1f0a02041b 100644 --- a/src/test/ui/parser/impl-qpath.rs +++ b/src/test/ui/parser/impl-qpath.rs @@ -1,4 +1,4 @@ -// build-pass (FIXME(62277): could be check-pass?) +// check-pass // compile-flags: -Z parse-only impl <*const u8>::AssocTy {} // OK |
