Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
rust-analyzer
/
lib
/
text-size
/
tests
/
indexing.rs
blob: 93ba3c7cab1b2499fe96a06155680271183d4d34 [
file
] [
log
] [
blame
]
use
text_size
::*;
#[
test
]
fn
main
()
{
let
range
=
TextRange
::
default
();
_
=
&
""
[
range
];
_
=
&
String
::
new
()[
range
];
}