]> git.lizzy.rs Git - rust.git/commit
Allow extern statics with an extern type
authorMichael Bradshaw <mjbshaw@gmail.com>
Mon, 22 Oct 2018 03:09:42 +0000 (20:09 -0700)
committerMichael Bradshaw <mjbshaw@gmail.com>
Mon, 22 Oct 2018 03:09:42 +0000 (20:09 -0700)
commit412ad9bf3746bd0682db136c36a433f3205715f1
tree404611fe213015b90bb3a2cdcbb21818e8ac2975
parent424a749a01224239ba2c8850f16007d57db0a242
Allow extern statics with an extern type

Fixes #55239
src/librustc_typeck/check/wfcheck.rs
src/test/ui/static/static-extern-type.rs [new file with mode: 0644]