1
Fork 0

Switch impl_tag! from explicit tags to ${index()}

This commit is contained in:
Maybe Waffle 2023-04-24 16:48:37 +00:00
parent ad8c7b6705
commit 2b8d27b402
5 changed files with 57 additions and 51 deletions

View file

@ -31,6 +31,7 @@
#![feature(unwrap_infallible)]
#![feature(strict_provenance)]
#![feature(ptr_alignment_type)]
#![feature(macro_metavar_expr)]
#![allow(rustc::default_hash_types)]
#![allow(rustc::potential_query_instability)]
#![deny(rustc::untranslatable_diagnostic)]