fix E0260 error index doctest

This commit is contained in:
QuietMisdreavus 2018-02-12 10:32:04 -06:00
parent b3d6597855
commit d8d4c583be
1 changed files with 2 additions and 0 deletions

View File

@ -325,6 +325,8 @@ Erroneous code example:
extern crate core;
struct core;
fn main() {}
```
There are two possible solutions: