Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-analyzer
/
1d0e37cd4851a4200519aa60215b17554d5d831c
/
.
/
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
];
}