This commit is contained in:
Boxy
2022-11-03 18:52:08 +00:00
parent 160b194295
commit 3583f2758b
6 changed files with 56 additions and 101 deletions

View File

@@ -27,6 +27,7 @@ pub struct OnUnimplementedDirective {
}
#[derive(Default)]
/// For the `#[rustc_on_unimplemented]` attribute
pub struct OnUnimplementedNote {
pub message: Option<String>,
pub label: Option<String>,