]> git.lizzy.rs Git - rust.git/commit
move the check for instantiation from metadata encoding to the actual decision site
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 9 Dec 2016 16:29:01 +0000 (17:29 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 9 Dec 2016 16:29:01 +0000 (17:29 +0100)
commitd74d15345cab54860a6e8cf19021372665ce0577
tree847275119ff66dc7568d87bc94a8c451cd4e661e
parent910c369c9297b7e6a508bcc84b38fada8d5f4d7b
move the check for instantiation from metadata encoding to the actual decision site

before it was assumed that anything that had a MIR was fair game for local instatiation
src/librustc/middle/cstore.rs
src/librustc_metadata/cstore_impl.rs
src/librustc_metadata/decoder.rs
src/librustc_trans/collector.rs