remove span_fatal from ast_lowering

This commit is contained in:
Jean CASPAR
2022-08-26 18:03:41 +02:00
parent 9845f4c47e
commit e89d4fcc7d
4 changed files with 14 additions and 3 deletions

View File

@@ -35,6 +35,8 @@
#![feature(never_type)]
#![recursion_limit = "256"]
#![allow(rustc::potential_query_instability)]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#[macro_use]
extern crate tracing;