blob: e874b380e84c9329b19343c576a5638f4221242a (
plain)
1
2
3
4
5
|
## Improvements for the Rustc compiler
- Werror now works, this set's `-D warnings`, which will cause rustc to error
for every warning not explicitly disabled
- warning levels have been implemented
|