See for example https://doc.rust-lang.org/std/macro.vec!.html There are many mentions of `Vec`, like in > Creates a `Vec` containing the arguments. and it would really be useful if that linked to the corresponding type.