Update tracking issue number for final_associated_functions
This commit is contained in:
parent
8387095803
commit
d2580fdd58
4 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ error[E0658]: `final` on trait functions is experimental
|
|||
LL | final fn bar() {}
|
||||
| ^^^^^
|
||||
|
|
||||
= note: see issue #1 <https://github.com/rust-lang/rust/issues/1> for more information
|
||||
= note: see issue #131179 <https://github.com/rust-lang/rust/issues/131179> for more information
|
||||
= help: add `#![feature(final_associated_functions)]` to the crate attributes to enable
|
||||
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ error[E0658]: `final` on trait functions is experimental
|
|||
LL | final fn foo() {}
|
||||
| ^^^^^
|
||||
|
|
||||
= note: see issue #1 <https://github.com/rust-lang/rust/issues/1> for more information
|
||||
= note: see issue #131179 <https://github.com/rust-lang/rust/issues/131179> for more information
|
||||
= help: add `#![feature(final_associated_functions)]` to the crate attributes to enable
|
||||
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ error[E0658]: `final` on trait functions is experimental
|
|||
LL | final fn foo() {}
|
||||
| ^^^^^
|
||||
|
|
||||
= note: see issue #1 <https://github.com/rust-lang/rust/issues/1> for more information
|
||||
= note: see issue #131179 <https://github.com/rust-lang/rust/issues/131179> for more information
|
||||
= help: add `#![feature(final_associated_functions)]` to the crate attributes to enable
|
||||
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue