1 2 3 4 5 6 7 8
// These are attributes of the foo module #[attr1 = "val"]; #[attr2 = "val"]; // Attributes of the following function #[attr1 = "val"] #[attr2 = "val"] fn main() { }