Sign in
android
/
platform
/
external
/
rust
/
cxx
/
981d720c
/
.
/
tests
/
ui
/
nonempty_impl_block.stderr
blob: c0527753f72aaf736aacdac17fd9c8064cdafb3f [
file
] [
log
] [
blame
]
error
:
expected an empty impl block
-->
$DIR
/
tests
/
ui
/
nonempty_impl_block
.
rs
:
7
:
23
|
7
|
impl
UniquePtr
<
S
>
{
|
_______________________
^
8
|
|
fn
new
()
->
Self
;
9
|
|
}
|
|
_____
^