#[cfg(feature ="sync")]modinner{// This is an "answer" to ../uncompilable/unused_reader.rs. It compiles because of reader(off)
usefieldx::fxstruct;#[fxstruct(sync)]structTT{#[fieldx(lazy,reader(off,attributes_fn(deny(dead_code))))]tt: String,
}implTT{fnbuild_tt(&self)-> String{"whatever".into()}}}fnmain(){}