This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -124,19 +124,19 @@ LL | /// also avoids the need to import `OpenOptions\`.
124124 | +
125125
126126error: 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 |
132132help: a previous inline code might be longer than expected
133133 |
134134LL | /// Subtracts `set` from `row`. `set` can be either `BitSet` or
135135 | +
136136help: 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
141141error: unescaped backtick
142142 --> $DIR/unescaped_backticks.rs:247:12
You can’t perform that action at this time.
0 commit comments