Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-error
/
5fe4913f6024542b28dd989459812470e43eba77
/
.
/
tests
/
ui
/
result_ext.stderr
blob: f2dc0e4235c625316ae13d27e4af04d395bbe9ae [
file
] [
log
] [
blame
]
error
:
Result
::
unwrap_or_abort
()
test
-->
$DIR
/
result_ext
.
rs
:
4
:
25
|
4
|
result_unwrap_or_abort
!(
one
,
two
);
|
^^^
error
:
BOOM
:
Result
::
expect_or_abort
()
test
-->
$DIR
/
result_ext
.
rs
:
5
:
25
|
5
|
result_expect_or_abort
!(
one
,
two
);
|
^^^