We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c82d commit 36e8884Copy full SHA for 36e8884
src/rust-2018/edition-changes.md
@@ -15,7 +15,7 @@ the 2018 edition compared to the 2015 edition.
15
- [`dyn`] is a [strict keyword][strict], in 2015 it is a [weak keyword].
16
- `async` and `await` are [strict keywords][strict].
17
- `try` is a [reserved keyword].
18
-- The following lints are now deny by default:
+- The following lints are now a hard error that you cannot silence:
19
- [tyvar_behind_raw_pointer]
20
21
## Cargo
0 commit comments