]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obk
authorMark Rousskov <mark.simulacrum@gmail.com>
Thu, 26 Jul 2018 15:18:27 +0000 (09:18 -0600)
committerGitHub <noreply@github.com>
Thu, 26 Jul 2018 15:18:27 +0000 (09:18 -0600)
commitc7555cedde5a560690ffd512932c4a61b60138ee
treeee06536fe094f12ea3eeba7116c7b0a946e993e4
parent2aeb76500e979c2acebf056f99db0a0cc96d07d5
parentbe5b668a2e892c4c892986809b0a7d119980037a
Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obk

Fix #[linkage] propagation though generic functions

Fixes #18804

In the non-local branch of `get_static` (where the fix was implemented) `span_fatal` had to be replaced with `bug!` as we have no span in that case.