Support lists and stylings in more places for rustc --explain

This commit is contained in:
Alex Macleod 2024-06-26 14:02:52 +00:00
parent bda221a0eb
commit 5824ab178b
5 changed files with 96 additions and 36 deletions

View file

@ -15,6 +15,7 @@
#![feature(box_patterns)]
#![feature(error_reporter)]
#![feature(extract_if)]
#![feature(if_let_guard)]
#![feature(let_chains)]
#![feature(negative_impls)]
#![feature(never_type)]