Move SIMD layout errors to SessionDiagnostic
This commit is contained in:
parent
f7f2eb3e41
commit
804e93871d
4 changed files with 55 additions and 20 deletions
|
@ -10,6 +10,8 @@
|
|||
#![feature(never_type)]
|
||||
#![feature(box_patterns)]
|
||||
#![recursion_limit = "256"]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc_middle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue