Update src/stabilization_guide.md

Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
This commit is contained in:
Who? Me?! 2019-01-15 21:10:56 -05:00
parent 9be6da3bf3
commit dee61dff39
1 changed files with 3 additions and 1 deletions

View File

@ -143,7 +143,9 @@ leaving just the `/* XXX */`.
```
if self.tcx.sess.features.borrow().pub_restricted { /* XXX */ }
= becomes ==>
```
becomes
```rust
/* XXX */
if self.tcx.sess.features.borrow().pub_restricted && something { /* XXX */ }