Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const-generics
/
issues
/
issue-67945-2.min.stderr
blob: 62fbed71aef54dc9c3c168d7a11d0a502eddd379 [
file
] [
log
] [
blame
] [
edit
]
error
:
generic
`Self`
types are currently
not
permitted
in
anonymous constants
-->
$DIR
/
issue
-
67945
-
2.rs
:
9
:
27
|
LL
|
let
x
:
Option
<
Box
<
Self
>>
=
None
;
|
^^^^
error
:
aborting due to
1
previous error