Refactor refcounted structural_impls via functors

This commit is contained in:
Alan Egerton 2023-02-14 09:27:27 +00:00
parent e9ab7872fd
commit 26e3363c51
No known key found for this signature in database
GPG key ID: 7D4C2F6C22122532
4 changed files with 55 additions and 69 deletions

View file

@ -26,6 +26,7 @@
#![feature(test)]
#![feature(thread_id_value)]
#![feature(vec_into_raw_parts)]
#![feature(get_mut_unchecked)]
#![allow(rustc::default_hash_types)]
#![allow(rustc::potential_query_instability)]
#![deny(rustc::untranslatable_diagnostic)]