]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #55719 - pnkfelix:issue-54388-sidestep-link-error-from-rustfixed...
authorMark Rousskov <mark.simulacrum@gmail.com>
Fri, 9 Nov 2018 01:14:56 +0000 (18:14 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Nov 2018 01:14:56 +0000 (18:14 -0700)
commit8fd4e5a467f1309a7564a20d536b038122ae1a14
tree7fbfa4863aa2246078b029a6307de4a12838a0c6
parent602a8b400f3468cf25fa834a5e9fb8a0a2403e2c
parent34ffbdb965dd84c6eb6309cacc1f44d6304fdd17
Rollup merge of #55719 - pnkfelix:issue-54388-sidestep-link-error-from-rustfixed-code, r=alexcrichton

Sidestep link error from rustfix'ed code by using a *defined* static.

As a drive-by, added `-g` to the compile-flags so that the test more
reliably fails to compile when the extern static in question is *not*
provided. (I.e. this is making the test more robust in the face of
potential future revisions.)

Fix #54388.