Lines Matching refs:advanced
19736 //! [fully qualified syntax]: https://doc.rust-lang.org/book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name
23443 /// [fully qualified syntax]: https://doc.rust-lang.org/book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name
25854 //! The internal iterator over the argument has not been advanced by the time
25856 //! the second `{}`, the iterator has advanced forward to the second argument.
46610 // has not been advanced at all.
46611 // When it has been advanced We can also reuse the memory and move the data to the front.
46724 // check InPlaceIterable contract. This is only possible if the iterator advanced the
46730 "InPlaceIterable contract violation, write pointer advanced beyond read pointer"
48270 // We already advanced the counter.