mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 11:12:43 +00:00
Remove last vestiges of HybridBitSet
.
This is in a test where the arrangement of backticks matters, but the exact words do not.
This commit is contained in:
parent
4846c1922d
commit
d626f6a2f4
@ -218,7 +218,7 @@ pub mod rustc {
|
||||
pub fn with_options() {}
|
||||
|
||||
/// Subtracts `set from `row`. `set` can be either `BitSet` or
|
||||
/// `HybridBitSet`. Has no effect if `row` does not exist.
|
||||
/// `ChunkedBitSet`. Has no effect if `row` does not exist.
|
||||
//~^ ERROR unescaped backtick
|
||||
///
|
||||
/// Returns true if the row was changed.
|
||||
|
@ -124,10 +124,10 @@ LL | /// also avoids the need to import `OpenOptions\`.
|
||||
| +
|
||||
|
||||
error: unescaped backtick
|
||||
--> $DIR/unescaped_backticks.rs:221:46
|
||||
--> $DIR/unescaped_backticks.rs:221:47
|
||||
|
|
||||
LL | /// `HybridBitSet`. Has no effect if `row` does not exist.
|
||||
| ^
|
||||
LL | /// `ChunkedBitSet`. Has no effect if `row` does not exist.
|
||||
| ^
|
||||
|
|
||||
help: a previous inline code might be longer than expected
|
||||
|
|
||||
@ -135,8 +135,8 @@ LL | /// Subtracts `set` from `row`. `set` can be either `BitSet` or
|
||||
| +
|
||||
help: if you meant to use a literal backtick, escape it
|
||||
|
|
||||
LL | /// `HybridBitSet`. Has no effect if `row\` does not exist.
|
||||
| +
|
||||
LL | /// `ChunkedBitSet`. Has no effect if `row\` does not exist.
|
||||
| +
|
||||
|
||||
error: unescaped backtick
|
||||
--> $DIR/unescaped_backticks.rs:247:12
|
||||
|
Loading…
Reference in New Issue
Block a user