1
Fork 0

Allow various lints as part of ui-ifying src/test/run-pass suite.

This commit is contained in:
Felix S. Klock II 2018-09-14 12:20:28 +02:00
parent d28c5bafff
commit c9f2c2de92
187 changed files with 296 additions and 0 deletions

View file

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![allow(dead_code)]
// Static recursion check shouldn't fail when given a foreign item (#18279)
// aux-build:check_static_recursion_foreign_helper.rs