rust/src/librustc_resolve
Mazdak Farrokhzad 74b22c9007
Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavis
Don't recommend `extern crate` syntax

`extern crate` syntax is not a good recommendation any more, so I've changed it to just print a suggested crate name.
2019-08-09 01:38:30 +02:00
..
build_reduced_graph.rs Rename ItemKind::Ty to ItemKind::TyAlias 2019-08-04 20:13:37 +01:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
check_unused.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
diagnostics.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
error_codes.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
lib.rs Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavis 2019-08-09 01:38:30 +02:00
macros.rs Move special treatment of derive(Copy, PartialEq, Eq) from expansion infrastructure to elsewhere 2019-08-03 23:57:35 +03:00
resolve_imports.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00