// generated by codegen, do not edit fn test_meta() -> () { // A meta item in an attribute. // // For example: #[unsafe(lint::name = "reason_for_bypass")] //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #[deprecated(since = "1.2.0", note = "Use bar instead", unsafe=true)] //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ fn foo() { // ... } }