diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-02-09 22:09:25 +0100 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2019-02-23 15:48:40 +0100 |
| commit | 52ba07dbe64c47f3255169f57474a5336c7a389d (patch) | |
| tree | f75cad0ac8cce4ab54990c531aa9f33dc38bad94 /src/libsyntax | |
| parent | c4b46ace556f3e4776d06ea7672daba6b243a80f (diff) | |
Correct error message
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 378e774686a..c9b441193b7 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -290,7 +290,7 @@ declare_features! ( // The `repr(i128)` annotation for enums. (active, repr128, "1.16.0", Some(35118), None), - // Allows the use of `#[ffi_returns_twice]` on extern functions. + // Allows the use of `#[ffi_returns_twice]` on foreign functions. (active, ffi_returns_twice, "1.34.0", Some(58314), None), // The `unadjusted` ABI; perma-unstable. |
