2021-04-22 04:31:13 -05:00
|
|
|
error: using tabs in doc comments is not recommended
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/crashes/ice-5835.rs:3:10
|
2021-04-22 04:31:13 -05:00
|
|
|
|
|
|
|
|
LL | /// 位
|
|
|
|
| ^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
|
= note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
|
2023-08-01 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::tabs_in_doc_comments)]`
|
2021-04-22 04:31:13 -05:00
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-04-22 04:31:13 -05:00
|
|
|
|