We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ac42b commit 1dd6151Copy full SHA for 1dd6151
src/test/ui/resolve/issue-82825.rs
@@ -2,7 +2,6 @@
2
3
trait Trait {
4
fn static_call(&self) where Self: Sized;
5
-
6
fn maybe_dynamic_call(&self) {
7
unimplemented!("unsupported maybe_dynamic_call");
8
}
0 commit comments