diff --git a/masonry/src/widget/widget.rs b/masonry/src/widget/widget.rs index a1343ce16..0e8317461 100644 --- a/masonry/src/widget/widget.rs +++ b/masonry/src/widget/widget.rs @@ -149,6 +149,7 @@ pub trait Widget: AsAny { // TODO - Write a generic default implementation once // `const std::any::type_name` is stable. + // See https://github.com/rust-lang/rust/issues/63084 /// Return a span for tracing. /// /// As methods recurse through the widget tree, trace spans are added for each child