David Wood
14ea7a777f
lints: add improper_ctypes_definitions
...
This commit adds a new lint - `improper_ctypes_definitions` - which
functions identically to `improper_ctypes`, but on `extern "C" fn`
definitions (as opposed to `improper_ctypes`'s `extern "C" {}`
declarations).
Signed-off-by: David Wood <david@davidtw.co>
2020-06-24 12:09:35 +01:00
Robin Kruppe
a1f67ad949
Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe"
...
This reverts commit 3f0e16473d
, reversing
changes made to 61a551b493
.
2019-11-13 17:00:47 +01:00
Mazdak Farrokhzad
a96811ee9c
Rollup merge of #66087 - tmiasko:ui-mode, r=Centril
...
Update some build-pass ui tests to use check-pass where applicable
Helps with issue https://github.com/rust-lang/rust/issues/62277 .
2019-11-07 14:27:24 +01:00
David Wood
a515258b35
improper_ctypes: extern "C"
fns
2019-11-05 12:44:02 +00:00
Tomasz Miąsko
045fdd9fa9
Use build-pass in ui tests where appropriate
2019-11-04 16:03:46 +01:00
Yuki Okushi
c004451a20
Migrate compile-pass annotations to build-pass
2019-07-03 06:30:28 +09:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Ralf Jung
1b22befd36
make run-pass tests with empty main just compile-pass tests
2018-09-30 14:32:10 +02:00