improve diagnostics for const eval query overflow
This commit is contained in:
parent
83853ccdc3
commit
38e10e5619
7 changed files with 32 additions and 26 deletions
|
|
@ -16,7 +16,7 @@ pub mod ich;
|
|||
pub mod query;
|
||||
mod values;
|
||||
|
||||
pub use error::{HandleCycleError, LayoutOfDepth, QueryOverflow};
|
||||
pub use error::{HandleCycleError, QueryOverflow, QueryOverflowNote};
|
||||
pub use values::Value;
|
||||
|
||||
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue