auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me
Rebasing of #12526 with a very obscure bug fixed on windows.
This commit is contained in:
commit
f1f50565a1
124 changed files with 612 additions and 511 deletions
|
|
@ -40,7 +40,7 @@ _rustc_opts_switches=(
|
|||
)
|
||||
_rustc_opts_lint=(
|
||||
'attribute-usage[detects bad use of attributes]'
|
||||
'ctypes[proper use of std::libc types in foreign modules]'
|
||||
'ctypes[proper use of libc types in foreign modules]'
|
||||
'dead-assignment[detect assignments that will never be read]'
|
||||
'dead-code[detect piece of code that will never be used]'
|
||||
'default-type-param-usage[prevents explicitly setting a type parameter with a default]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue