rust/src/librustc_resolve
Mazdak Farrokhzad 0a2ddcc346
Rollup merge of #64691 - estebank:unexpected-variant, r=Centril
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-29 20:34:12 +02:00
..
late Rollup merge of #64691 - estebank:unexpected-variant, r=Centril 2019-09-29 20:34:12 +02:00
build_reduced_graph.rs Rename MetaItem.node to MetaItem.kind 2019-09-26 18:21:48 +01:00
Cargo.toml Remove unused dependencies 2019-09-23 15:25:00 +09:00
check_unused.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
diagnostics.rs Simplify std lib injection 2019-09-05 22:48:03 +01:00
error_codes.rs Add long error explanation for E0531 2019-09-25 16:41:05 +02:00
late.rs Rename ForeignItem.node to ForeignItem.kind 2019-09-26 18:21:48 +01:00
lib.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
macros.rs reduce visibility of a bunch of stuff in ext::tt 2019-09-22 20:29:31 +03:00
resolve_imports.rs factor out pluralisation remains after #64280 2019-09-20 00:25:27 +08:00