rust/src/librustc_interface
Aleksey Kladov 02eae432e7 Promote missing_fragment_specifier to hard error
It has been deny_by_default since 2017 (and warned for some time
before that), so it seems reasonable to promote it.

The specific technical motivation to do this now is to remove a field
from `ParseSess` -- it is a global state, and global state makes
extracting libraries annoying.

Closes #40107
2020-08-18 09:06:45 +02:00
..
callbacks.rs Show SyntaxContext in formatted Span debug output 2020-06-08 21:47:33 -04:00
Cargo.toml replaced log with tracing 2020-08-15 13:03:11 -07:00
interface.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
lib.rs Initialize default providers only once 2020-07-15 10:53:36 -04:00
passes.rs Promote missing_fragment_specifier to hard error 2020-08-18 09:06:45 +02:00
proc_macro_decls.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
queries.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
tests.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
util.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00