// run-rustfix use std::collections::BTreeMap; fn main() { println!("{}", std::mem:size_of::>()); //~^ ERROR type ascription cannot be followed by a function call }