blob: c972bcb60a0cdba58c021f22479930ed7ba4f786 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: using tabs in doc comments is not recommended
--> $DIR/ice-5835.rs:3:10
|
LL | /// 位
| ^^^^ help: consider using four spaces per tab
|
= note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
error: aborting due to previous error
|