Home
last modified time | relevance | path

Searched defs:IntoOverflowableItem (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Doverflow.rs194 pub(crate) trait IntoOverflowableItem<'a>: Rewrite + Spanned { interface
219 impl<'a> IntoOverflowableItem<'a> for $ty { impl
226 impl<'a> IntoOverflowableItem<'a> for $ty_with_lifetime<'a> { impl