rust/src/test/ui/empty
Esteban Küber 2ae9016553 Point at definition when misusing ADT
When given `struct Foo(usize)` and using it as `Foo {}` or `Foo`, point at
`Foo`'s definition in the error.
2019-09-22 11:27:55 -07:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
empty-comment.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-comment.stderr Update tests 2019-03-11 23:10:26 +03:00
empty-linkname.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-linkname.stderr normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
empty-macro-use.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-macro-use.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
empty-never-array.rs Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
empty-never-array.stderr check_match: unify check_irrefutable & check_exhaustive more. 2019-09-09 16:44:23 +02:00
empty-struct-braces-expr.rs improve unknown enum variant errors 2019-04-09 14:19:20 -04:00
empty-struct-braces-expr.stderr Point at definition when misusing ADT 2019-09-22 11:27:55 -07:00
empty-struct-braces-pat-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-struct-braces-pat-1.stderr Point at definition when misusing ADT 2019-09-22 11:27:55 -07:00
empty-struct-braces-pat-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-struct-braces-pat-2.stderr Point at definition when misusing ADT 2019-09-22 11:27:55 -07:00
empty-struct-braces-pat-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-struct-braces-pat-3.stderr Point at definition when misusing ADT 2019-09-22 11:27:55 -07:00
empty-struct-tuple-pat.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-struct-tuple-pat.stderr Point at definition when misusing ADT 2019-09-22 11:27:55 -07:00
empty-struct-unit-expr.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-struct-unit-expr.stderr Update tests 2019-03-11 23:10:26 +03:00
empty-struct-unit-pat.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-struct-unit-pat.stderr Update tests 2019-03-11 23:10:26 +03:00