Skip to content

Commit 36e8884

Browse files
committed
Update that tyvar_behind_raw_pointer is now a hard error.
1 parent 957c82d commit 36e8884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/edition-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the 2018 edition compared to the 2015 edition.
1515
- [`dyn`] is a [strict keyword][strict], in 2015 it is a [weak keyword].
1616
- `async` and `await` are [strict keywords][strict].
1717
- `try` is a [reserved keyword].
18-
- The following lints are now deny by default:
18+
- The following lints are now a hard error that you cannot silence:
1919
- [tyvar_behind_raw_pointer]
2020

2121
## Cargo

0 commit comments

Comments
 (0)