diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-05-17 12:13:30 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-09-24 18:48:48 -0700 |
commit | 6514abf681425e6a13f4c547401493cd0b7d1f00 (patch) | |
tree | 8626f177fcdd2b5d2d0b52454c9f5cb527e97432 /docs/markdown/snippets/rustc-improvements.md | |
parent | d32fc0563d629eac112f0b7b5b0f21d434f0a74b (diff) | |
download | meson-6514abf681425e6a13f4c547401493cd0b7d1f00.zip meson-6514abf681425e6a13f4c547401493cd0b7d1f00.tar.gz meson-6514abf681425e6a13f4c547401493cd0b7d1f00.tar.bz2 |
rustc: implement pic args
Diffstat (limited to 'docs/markdown/snippets/rustc-improvements.md')
-rw-r--r-- | docs/markdown/snippets/rustc-improvements.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rustc-improvements.md b/docs/markdown/snippets/rustc-improvements.md index e874b38..869888c 100644 --- a/docs/markdown/snippets/rustc-improvements.md +++ b/docs/markdown/snippets/rustc-improvements.md @@ -3,3 +3,4 @@ - 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 |