rust/src/librustc_resolve
Mazdak Farrokhzad 652f13d838
Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkov
Make generic parameters always use modern hygiene

* E0263 (lifetime parameter declared twice in the same scope) now compares modernized identifiers.
* Const parameters are now resolved with modern hygiene.

Closes #58307
Closes #60746
Closes #61574
Closes #62433
2019-07-30 05:37:34 +02:00
..
build_reduced_graph.rs Move standard library injection into libsyntax_ext 2019-07-27 13:56:54 +03: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 #63083 - matthewjasper:parameter-hygiene, r=petrochenkov 2019-07-30 05:37:34 +02:00
macros.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
resolve_imports.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00