#![allow(unused_variables)] fn main() { use std::collections::BTreeSet; let set = BTreeSet::from([1, 2, 3]); }