]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #50690 - oli-obk:mir_stuff, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 19 May 2018 17:30:18 +0000 (17:30 +0000)
committerbors <bors@rust-lang.org>
Sat, 19 May 2018 17:30:18 +0000 (17:30 +0000)
Ensure that statics are always ByRef

Statics aren't values to be used, they are names for memory locations.

r? @eddyb

cc @Zoxc

fixes #50706


Trivial merge