summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-5835.stderr
blob: 74d99a3484729aa7878d284eee68a275a9206d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
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`
   = help: to override `-D warnings` add `#[allow(clippy::tabs_in_doc_comments)]`

error: aborting due to previous error