rust/src/librustc_expand
Mazdak Farrokhzad 3cca3c6ace
Rollup merge of #67744 - Centril:reduce-diversity, r=petrochenkov
parser: reduce diversity in error handling mechanisms

Instead of having e.g. `span_err`, `fatal`, etc., we prefer to move towards uniformly using `struct_span_err` thus making it harder to emit fatal and/or unstructured diagnostics.

This PR also de-fatalizes some diagnostics.

r? @estebank
2019-12-31 19:19:38 +01:00
..
mbe parser::diagnostics: remove fn fatal 2019-12-31 04:33:34 +01:00
mut_visit Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
parse Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
tokenstream Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
base.rs Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
build.rs Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
Cargo.toml Make things build again 2019-12-30 19:18:16 +03:00
expand.rs Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
lib.rs Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
mbe.rs Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
placeholders.rs Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
proc_macro.rs Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00
proc_macro_server.rs Add symbol normalization for proc_macro_server. 2019-12-31 09:37:45 +08:00
tests.rs Rename directories for some crates from syntax_x to rustc_x 2019-12-30 19:18:16 +03:00