// #![cfg_attr(docsrs, feature(doc_cfg))] #![ cfg_attr( feature = "nightly", feature( type_name_of_val ) ) ] // #![ feature( type_name_of_val ) ] // #![ feature( trace_macros ) ] // #![ feature( idents_concat ) ] use typing_tools as TheModule; // #[ path = "./inc.rs" ] mod inc;