We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Self
1 parent 91f3c34 commit 8f91772Copy full SHA for 8f91772
tests/ui/on-unimplemented/use_self_no_underscore.rs
@@ -0,0 +1,6 @@
1
+//@ check-pass
2
+#![feature(rustc_attrs)]
3
+#![crate_type = "lib"]
4
+// Support `Self`, not just `_Self`
5
+#[rustc_on_unimplemented(on(Self = "u8"), message = "message")]
6
+pub trait Foo {}
0 commit comments