diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-05-28 18:57:02 +0900 |
|---|---|---|
| committer | Yuki Okushi <jtitor@2k36.org> | 2022-05-28 18:57:02 +0900 |
| commit | 4444defc1b4fbf66d234b0b68a43eb95be86e27f (patch) | |
| tree | 2c27117ef22ee262f5dd5b741513debf8227937b /src/test/ui/parser/impl-qpath.rs | |
| parent | ed76b773b57cf0aa48ec4e2fc6d6a3f7a9079491 (diff) | |
| download | rust-4444defc1b4fbf66d234b0b68a43eb95be86e27f.tar.gz rust-4444defc1b4fbf66d234b0b68a43eb95be86e27f.zip | |
Make some tests check-pass
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 |
