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.
E.g.,
trait T { fn foo(&self) {} } impl<'a> T+'a { fn foo(&self) {} }
Should be OK. (It currently gives "duplicate definition of value foo").
foo
Follow up to #17750