]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-transparent...
authorDylan DPC <dylan.dpc@gmail.com>
Sat, 29 Aug 2020 23:43:44 +0000 (01:43 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Aug 2020 23:43:44 +0000 (01:43 +0200)
commit5511e73eb4ec853df757e9f1f60fde988778a3a9
tree6f3088f622bfe7b3fce1217f6e0f224415a6cfde
parentf35eb5cced453e87d0ee9e648928cba6729b15ba
parent352df40df53e0b559ecefcd5a4409ec43143c645
Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-transparent-nonzero, r=lcnr

Fix another clashing_extern_declarations false positive.

Fixes #75739.

Fix another clashing_extern_declarations false positive, this time for transparent newtype with a non-zero member.

r? @lcnr
src/librustc_lint/builtin.rs
src/test/ui/lint/clashing-extern-fn.rs