Skip needless bitset for debuginfo

This commit is contained in:
Jubilee Young
2022-03-25 03:50:41 -07:00
parent 7941b3f147
commit f5f0e6d551
2 changed files with 14 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(bool_to_option)]
#![feature(crate_visibility_modifier)]
#![feature(let_chains)]
#![feature(let_else)]
#![feature(extern_types)]
#![feature(once_cell)]