Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
resolve
/
auxiliary
/
suggest-constructor-cycle-error.rs
blob: 8de68c38bc34dfeb61738846f3fed73386ef4052 [
file
] [
log
] [
blame
] [
edit
]
mod
m
{
pub
struct
Uuid
(());
impl
Uuid
{
pub
fn
encode_buffer
()
->
[
u8
;
LENGTH
]
{
[]
}
}
const
LENGTH
:
usize
=
0
;
}
pub
use
m
::
Uuid
;