]> git.lizzy.rs Git - rust.git/commit
Auto merge of #29951 - fhahn:fix-plugin-compiler-example, r=steveklabnik
authorbors <bors@rust-lang.org>
Fri, 20 Nov 2015 15:26:35 +0000 (15:26 +0000)
committerbors <bors@rust-lang.org>
Fri, 20 Nov 2015 15:26:35 +0000 (15:26 +0000)
commit68276619b5fb36a1f0cfd98823b5b4d2404441a0
tree11d2dab3662627fc8006613209d26808869cc66c
parente5f8a3dd028c997748ec8b903e41277102819bf4
parentc53722daae1a80d28f1fa101c05046ef2a2de8b5
Auto merge of #29951 - fhahn:fix-plugin-compiler-example, r=steveklabnik

PR for #29930. Adds missing #![feature(slice_patterns)] to make compiler plugin example compile again.