Support eager subdiagnostics again

This commit is contained in:
mejrs 2023-01-09 00:00:41 +01:00 committed by David Tolnay
parent ef4046e4f3
commit 7aff210ead
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
4 changed files with 29 additions and 30 deletions

View file

@ -1,5 +1,6 @@
#![feature(allow_internal_unstable)]
#![feature(if_let_guard)]
#![feature(let_chains)]
#![feature(never_type)]
#![feature(proc_macro_diagnostic)]
#![feature(proc_macro_span)]