diff options
| author | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2021-12-02 12:11:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-02 12:11:31 -0500 |
| commit | b77ed83ee246631aefe5d00b65bb936b856807c7 (patch) | |
| tree | e9f458a1d6646f26d221b0f9a47b3d74829d8a11 | |
| parent | 51875e3d5a9595663cf19e9ebffd182fe680869c (diff) | |
| download | rust-b77ed83ee246631aefe5d00b65bb936b856807c7.tar.gz rust-b77ed83ee246631aefe5d00b65bb936b856807c7.zip | |
Change to check-pass
| -rw-r--r-- | src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs b/src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs index cf004290b0c..5a92bcd37b6 100644 --- a/src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs +++ b/src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs @@ -1,4 +1,4 @@ -// build-pass +// check-pass trait Trait { type Type; |
