]> git.lizzy.rs Git - rust.git/commit
Fix compilation on latest nightly
authorTechcable <Techcable@techcable.net>
Mon, 13 Mar 2017 03:13:20 +0000 (20:13 -0700)
committerTechcable <Techcable@techcable.net>
Mon, 13 Mar 2017 03:13:20 +0000 (20:13 -0700)
commit9aebb59a680997b82f7008886b7a31a3e71a1e1f
tree2b9e00b9598958e02486b25bcdcaa885591cce61
parentb48243c08c26904acdbb156581d8974f9e10fdaf
Fix compilation on latest nightly

The ability for plugins to add MIR passes was removed as of 4ca9c97ac.
Luckily, we don't use this feature at all and can safely ignore it.

Fixes #1618
src/main.rs