mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
internal: sanity-check minicore flags
This commit is contained in:
parent
09c4013ec0
commit
2eef66a2ed
2 changed files with 11 additions and 2 deletions
|
@ -64,7 +64,7 @@ pub mod ops {
|
|||
pub use self::deref::Deref;
|
||||
// endregion:deref
|
||||
|
||||
//region:range
|
||||
// region:range
|
||||
mod range {
|
||||
#[lang = "RangeFull"]
|
||||
pub struct RangeFull;
|
||||
|
@ -99,7 +99,7 @@ pub mod ops {
|
|||
}
|
||||
pub use self::range::{Range, RangeFrom, RangeFull, RangeTo};
|
||||
pub use self::range::{RangeInclusive, RangeToInclusive};
|
||||
//endregion:range
|
||||
// endregion:range
|
||||
}
|
||||
|
||||
// region:slice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue