Expand description
Given a binding_span
, return the span through to the comma or opening brace of the previous
binding.
ⓘ
use foo::a::{a, b, c};
// ^^--- binding span
// |
// returned span
use foo::{a, b, c};
// --- binding span