Improve fluent error messages
This commit is contained in:
parent
3b1c8a94a4
commit
0b5d6ae5db
3 changed files with 183 additions and 70 deletions
|
@ -11,6 +11,10 @@
|
|||
#![feature(never_type)]
|
||||
#![feature(result_option_inspect)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(yeet_expr)]
|
||||
#![feature(try_blocks)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(error_reporter)]
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
#[macro_use]
|
||||
|
@ -55,6 +59,7 @@ mod diagnostic;
|
|||
mod diagnostic_builder;
|
||||
mod diagnostic_impls;
|
||||
pub mod emitter;
|
||||
pub mod error;
|
||||
pub mod json;
|
||||
mod lock;
|
||||
pub mod registry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue