Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96efaad

Browse files
committedOct 7, 2019
update ui tests
1 parent 28b0e1d commit 96efaad

File tree

44 files changed

+48
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+48
-7
lines changed
 

‎src/test/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ LL | bar(foo, x)
2323

2424
error: aborting due to previous error
2525

26+
For more information about this error, try `rustc --explain E0495`.

‎src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ LL | fn baz<'a,'b>(x: Type<'a>) -> Type<'static> {
1919

2020
error: aborting due to previous error
2121

22+
For more information about this error, try `rustc --explain E0495`.

0 commit comments

Comments
 (0)
Please sign in to comment.