1 2 3 4 5 6 7 8
use strict_typing::strict_types; #[strict_types(allow(bool))] struct Bad { enabled: bool, } fn main() {}