mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Support UTF-32 position encoding
Looks like this is a native encoding for Emacs at least!
This commit is contained in:
parent
c97aae38f2
commit
0da27376cf
18 changed files with 210 additions and 158 deletions
|
@ -11,6 +11,7 @@ pub mod hash;
|
|||
pub mod process;
|
||||
pub mod panic_context;
|
||||
pub mod non_empty_vec;
|
||||
pub mod rand;
|
||||
|
||||
pub use always_assert::{always, never};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue