rust/src/libsyntax_expand
Mazdak Farrokhzad 7ab50e4006
Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk
Transition future compat lints to {ERROR, DENY} - Take 2

Follow up to https://github.com/rust-lang/rust/pull/63247 implementing https://github.com/rust-lang/rust/pull/63247#issuecomment-536295992.

- `legacy_ctor_visibility` (ERROR) -- closes #39207
- `legacy_directory_ownership` (ERROR) -- closes #37872
- `safe_extern_static` (ERROR) -- closes #36247
- `parenthesized_params_in_types_and_modules` (ERROR) -- closes #42238
- `duplicate_macro_exports` (ERROR)
- `nested_impl_trait` (ERROR) -- closes #59014
- `ill_formed_attribute_input` (DENY) -- transitions #57571
- `patterns_in_fns_without_body` (DENY) -- transitions #35203

r? @varkor
cc @petrochenkov
2019-11-08 16:50:33 +01:00
..
mbe move PResult to librustc_errors 2019-11-07 13:58:36 +01:00
base.rs syntax::parser::token -> syntax::token 2019-11-07 13:50:12 +01:00
build.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
Cargo.toml syntax: use distinct FloatTy from rustc_target. 2019-11-07 05:25:31 +01:00
expand.rs Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
lib.rs rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
mbe.rs syntax::parser::token -> syntax::token 2019-11-07 13:50:12 +01:00
placeholders.rs Fix rebase 2019-10-19 00:54:17 +03:00
proc_macro.rs syntax::parser::token -> syntax::token 2019-11-07 13:50:12 +01:00
proc_macro_server.rs move syntax::parse::lexer::comments -> syntax::util::comments 2019-11-07 13:59:13 +01:00