Skip to content

Commit d626f6a

Browse files
committed
Remove last vestiges of HybridBitSet.
This is in a test where the arrangement of backticks matters, but the exact words do not.
1 parent 4846c19 commit d626f6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/rustdoc-ui/unescaped_backticks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ pub mod rustc {
218218
pub fn with_options() {}
219219

220220
/// 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.
222222
//~^ ERROR unescaped backtick
223223
///
224224
/// Returns true if the row was changed.

tests/rustdoc-ui/unescaped_backticks.stderr

+5-5
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,19 @@ LL | /// also avoids the need to import `OpenOptions\`.
124124
| +
125125

126126
error: unescaped backtick
127-
--> $DIR/unescaped_backticks.rs:221:46
127+
--> $DIR/unescaped_backticks.rs:221:47
128128
|
129-
LL | /// `HybridBitSet`. Has no effect if `row` does not exist.
130-
| ^
129+
LL | /// `ChunkedBitSet`. Has no effect if `row` does not exist.
130+
| ^
131131
|
132132
help: a previous inline code might be longer than expected
133133
|
134134
LL | /// Subtracts `set` from `row`. `set` can be either `BitSet` or
135135
| +
136136
help: if you meant to use a literal backtick, escape it
137137
|
138-
LL | /// `HybridBitSet`. Has no effect if `row\` does not exist.
139-
| +
138+
LL | /// `ChunkedBitSet`. Has no effect if `row\` does not exist.
139+
| +
140140

141141
error: unescaped backtick
142142
--> $DIR/unescaped_backticks.rs:247:12

0 commit comments

Comments
 (0)