Add this field to `Signature`: ```rust token_final: Option<Token![final]> ``` For the language feature tracked by this issue: https://github.com/rust-lang/rust/issues/131179 ```rust trait MyTrait: Display { final fn method(&self) { println!("MyTrait::method: {self}"); } } ```
Add this field to
Signature:For the language feature tracked by this issue:
rust-lang/rust#131179