Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
test
/
run-pass
/
option-ext.rs
blob: 0b21b8e5b5a6ccf594908b463f0dd7f9f75654c6 [
file
] [
log
] [
blame
]
pub
fn
main
()
{
let
thing
=
"{{ f }}"
;
let
f
=
thing
.
find
(
"{{"
);
if
f
.
is_none
()
{
println
!(
"None!"
);
}
}