]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-5835.stderr
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / tests / ui / crashes / ice-5835.stderr
1 error: using tabs in doc comments is not recommended
2   --> $DIR/ice-5835.rs:3:10
3    |
4 LL |     /// 位    
5    |           ^^^^ help: consider using four spaces per tab
6    |
7    = note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
8
9 error: aborting due to previous error
10