1 2 3 4 5 6 7 8 9 10 11 12
# The following snippets fail to compile ### The `#[gat]` attribute takes no args ```rust ,compile_fail use ::nougat::*; #[gat(dyn)] trait Foo {} ``` <!-- Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template -->