- https://github.com/rust-lang/rfcs/pull/3532 ```rust let (a, #[cfg(something)] b) = my_tuple; let MyStruct(a, #[cfg(something)] b) = x; ```