Add `token_final` field to `Signature`
Open
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 374
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 2
Description
Add this field to `Signature`:
```rust
token_final: Option
```
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}");
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.