We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
impl Undefined {}
impl
impl Undefined {} fn main() {}
<anon>:1:6: 1:15 error: inherent implementations are not allowed for types not defined in the current module. <anon>:1 impl Undefined {} ^~~~~~~~~
This should say error: use of undeclared type name Undefined`` like fn foo() -> Undefined {} does.
error: use of undeclared type name
fn foo() -> Undefined {}