mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
internal: introduce minicore -- a subset of libcore for testing
This commit is contained in:
parent
3f5eead9e3
commit
f521e41853
6 changed files with 271 additions and 42 deletions
|
@ -23,7 +23,10 @@ use text_size::{TextRange, TextSize};
|
|||
pub use dissimilar::diff as __diff;
|
||||
pub use rustc_hash::FxHashMap;
|
||||
|
||||
pub use crate::{assert_linear::AssertLinear, fixture::Fixture};
|
||||
pub use crate::{
|
||||
assert_linear::AssertLinear,
|
||||
fixture::{Fixture, MiniCore},
|
||||
};
|
||||
|
||||
pub const CURSOR_MARKER: &str = "$0";
|
||||
pub const ESCAPED_CURSOR_MARKER: &str = "\\$0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue