mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
Typo fix
This commit is contained in:
parent
777582228c
commit
ac6c09a980
@ -19,10 +19,10 @@ To fix the issue you need to provide the `feature` field.
|
|||||||
#![feature(staged_api)]
|
#![feature(staged_api)]
|
||||||
#![stable(since = "1.0.0", feature = "test")]
|
#![stable(since = "1.0.0", feature = "test")]
|
||||||
|
|
||||||
#[unstable(feature = "unstable_fn", issue = "none")] // ok!!
|
#[unstable(feature = "unstable_fn", issue = "none")] // ok!
|
||||||
fn unstable_fn() {}
|
fn unstable_fn() {}
|
||||||
|
|
||||||
#[stable(feature = "stable_fn", since = "1.0.0")] // ok!!
|
#[stable(feature = "stable_fn", since = "1.0.0")] // ok!
|
||||||
fn stable_fn() {}
|
fn stable_fn() {}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user