Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
This commit is contained in:
parent
76621facb8
commit
5619e6482c
1 changed files with 3 additions and 1 deletions
|
|
@ -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 */ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue