aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rustc-improvements.md
blob: 869888c44a142dfaaf7eb0d70bcfaf7446f51b4d (plain)
1
2
3
4
5
6
## 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
- support for meson's pic has been enabled