From 6514abf681425e6a13f4c547401493cd0b7d1f00 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 17 May 2021 12:13:30 -0700 Subject: rustc: implement pic args --- docs/markdown/snippets/rustc-improvements.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown/snippets/rustc-improvements.md') 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 -- cgit v1.1