1
Fork 0

Move SIMD layout errors to SessionDiagnostic

This commit is contained in:
Matthew Jasper 2023-04-08 20:01:14 +01:00
parent f7f2eb3e41
commit 804e93871d
4 changed files with 55 additions and 20 deletions

View file

@ -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;