aboutsummaryrefslogtreecommitdiff
path: root/ui-tests/src/bin/attr_convert_unused.rs
blob: b7ee47428175ef53de84bbc3169e4c96ea90b568 (plain)
1
2
3
4
5
6
7
#[dynamize::dynamize]
#[convert = |x: Foo| -> Bar {x.baz()}]
trait Trait {
    fn test(&self);
}

fn main() {}