File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ pub mod rustc {
218
218
pub fn with_options ( ) { }
219
219
220
220
/// Subtracts `set from `row`. `set` can be either `BitSet` or
221
- /// `HybridBitSet `. Has no effect if `row` does not exist.
221
+ /// `ChunkedBitSet `. Has no effect if `row` does not exist.
222
222
//~^ ERROR unescaped backtick
223
223
///
224
224
/// Returns true if the row was changed.
Original file line number Diff line number Diff line change @@ -124,19 +124,19 @@ LL | /// also avoids the need to import `OpenOptions\`.
124
124
| +
125
125
126
126
error: unescaped backtick
127
- --> $DIR/unescaped_backticks.rs:221:46
127
+ --> $DIR/unescaped_backticks.rs:221:47
128
128
|
129
- LL | /// `HybridBitSet `. Has no effect if `row` does not exist.
130
- | ^
129
+ LL | /// `ChunkedBitSet `. Has no effect if `row` does not exist.
130
+ | ^
131
131
|
132
132
help: a previous inline code might be longer than expected
133
133
|
134
134
LL | /// Subtracts `set` from `row`. `set` can be either `BitSet` or
135
135
| +
136
136
help: if you meant to use a literal backtick, escape it
137
137
|
138
- LL | /// `HybridBitSet `. Has no effect if `row\` does not exist.
139
- | +
138
+ LL | /// `ChunkedBitSet `. Has no effect if `row\` does not exist.
139
+ | +
140
140
141
141
error: unescaped backtick
142
142
--> $DIR/unescaped_backticks.rs:247:12
You can’t perform that action at this time.
0 commit comments