The following fails with `no rules expected this token in macro call` pointing to the `::` as the problem: ```rust let rs = range_set![0..=u32::MAX]; // won't compile ```