This compiles on stable: `use std::thread::{catch_panic};` but this does not: ``` use std::thread::catch_panic; error: use of unstable library feature 'catch_panic': recent API addition ``` Fortunately, I can't find a way to actually use the import anyway, but it's a stability trap.