use Request;
use *;
use Arc;
;
/// This used to ICE when NLL is enabled, but now there is a workaround in place that generates
/// trait bounds differently.
///
/// Upstream issues:
/// * https://github.com/rust-lang/rust/issues/61311
/// * https://github.com/rust-lang/rust/issues/61320