mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
9788b192bb
Make `is_nonoverlapping` `#[inline]` It showed up with 3% execution time in a compiler profile. backlink to #120848 r? ``@saethlin``