Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-analyzer
/
4bf6b19e182b7cb344f14dbda739527959910172
/
.
/
tests
/
indexing.rs
blob: ebbed7700d7738555fe1bc0f83c936e94c56db34 [
file
] [
log
] [
blame
]
use
text_size
::*;
#[
test
]
fn
main
()
{
let
range
=
TextRange
::
default
();
&
""
[
range
];
&
String
::
new
()[
range
];
}