Commit b807926
committed
UI tests: remove redundant colons in line annotations
Search: `(//(\[.*\])?~.*(HELP|ERROR|NOTE|HELP|WARN|WARNING)):`
Replace with: `$1`
In: `./tests/{ui,ui-fulldeps,rustdoc-ui,incremental}/**/*.{rs,fixed}`1 parent 1de9312 commit b807926
File tree
1,421 files changed
+5481
-5481
lines changed- tests
- incremental
- const-generics
- try_unify_abstract_const_regression_tests
- rustdoc-ui
- error-in-impl-trait
- intra-doc
- issues
- lints
- ui-fulldeps
- ui
- abi
- allocator
- argument-suggestions
- array-slice-vec
- asm
- aarch64
- x86_64
- associated-consts
- associated-inherent-types
- associated-item
- associated-type-bounds
- associated-types
- async-await
- in-trait
- issues
- attributes
- inline
- unsafe
- auto-traits
- binop
- block-result
- borrowck
- builtin-superkinds
- c-variadic
- cast
- closures
- 2229_closure_analysis
- diagnostics
- match
- migrations
- optimization
- binder
- coercion
- coherence
- negative-coherence
- occurs-check
- compare-method
- conditional-compilation
- const-generics
- adt_const_params
- defaults
- early
- generic_arg_infer
- generic_const_exprs
- assoc_const_unification
- const_kind_expr
- generic_const_parameter_types
- issues
- min_const_generics
- const-ptr
- consts
- const-eval
- heap
- const-extern-fn
- const-mut-refs
- const_in_pattern
- control-flow
- extra-const-ub
- min_const_fn
- miri_unleashed
- coroutine
- print
- cross-crate
- delegation
- deprecation
- derives
- deriving
- diagnostic_namespace/do_not_recommend
- did_you_mean
- dropck
- drop
- dyn-compatibility
- dyn-keyword
- dyn-star
- editions
- empty
- entry-point/auxiliary
- env-macro
- ergonomic-clones/dotuse
- error-codes
- explicit-tail-calls
- expr
- if
- malformed_closure
- extern
- feature-gates
- fmt
- fn-main
- fn
- for-loop-while
- function-pointer
- generic-associated-types
- parse
- generic-const-items
- generics
- half-open-range-patterns
- higher-ranked
- subtype
- trait-bounds
- normalize-under-binder
- impl-trait
- in-trait
- issues
- imports
- indexing
- inference
- need_type_info
- infinite
- inline-const
- intrinsics
- issues
- keyword
- kindck
- lang-items
- late-bound-lifetimes
- layout
- let-else
- lexer
- lifetimes
- link-native-libs
- linkage-attr
- raw-dylib/windows
- lint
- dead-code
- force-warn
- unsafe_code
- unused
- liveness
- loops
- macros
- match
- mir
- mismatched_types
- missing-trait-bounds
- modules
- moves
- never_type
- nll
- numbers-arithmetic
- offset-of
- or-patterns
- panic-runtime
- panics
- parser
- char
- issues
- macro
- recover
- patchable-function-entry
- pattern
- deref-patterns
- rfc-3627-match-ergonomics-2024
- experimental
- usefulness
- privacy
- proc-macro
- query-system
- reachable
- regions
- repeat-expr
- repr
- resolve
- return
- rfcs
- rfc-0000-never_patterns
- rfc-2294-if-let-guard
- type-alias-impl-trait
- rust-2018
- edition-lint-inter-outlives
- rust-2021
- rust-2024
- unsafe-attributes
- unsafe-extern-blocks
- rustdoc
- self
- simd
- intrinsic
- span
- specialization
- min_specialization
- stability-attribute
- statics
- static
- auxiliary
- structs-enums
- structs
- suggestions
- svh
- target-feature
- test-attrs
- tool-attributes
- trait-bounds
- traits
- alias
- bound
- const-traits
- default_auto_traits
- inductive-overflow
- next-solver
- diagnostics
- object
- trait-upcasting
- transmutability
- references
- structs/repr
- try-trait
- tuple
- type-alias-impl-trait
- define_opaques_attr
- typeck
- issue-114918
- type
- pattern_types
- ufcs
- unboxed-closures
- union
- unop
- unpretty
- unsafe
- unsized-locals
- unsized
- use
- variance
- wasm
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,421 files changed
+5481
-5481
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments