rust/src/test/run-make-fulldeps/static-extern-type
Dan Robertson 80c052bed7
Do not ICE in codegen given a extern_type static
The layout of a extern_type static is unsized, but may pass the
Well-Formed check in typeck. As a result, we cannot assume that
a static is sized when generating the `Place` for an r-value.
2019-02-05 21:20:07 +00:00
..
Makefile Do not ICE in codegen given a extern_type static 2019-02-05 21:20:07 +00:00
define-foo.c Do not ICE in codegen given a extern_type static 2019-02-05 21:20:07 +00:00
use-foo.rs Do not ICE in codegen given a extern_type static 2019-02-05 21:20:07 +00:00