1
Fork 0

Factor out checks in layout check and add helper inherent_size.

This commit is contained in:
Luqman Aden 2023-02-18 19:21:07 -08:00
parent f2d81defa1
commit 3b1e535f36
3 changed files with 63 additions and 55 deletions

View file

@ -5,6 +5,7 @@
//! This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(assert_matches)]
#![feature(iterator_try_collect)]
#![feature(let_chains)]
#![feature(never_type)]