```rust struct S(&'static T); struct T(&'static S); ``` ```rust ./lifetime.rs:32:19: error: failed to resolve root segment 32 | struct S(&'static T); | ^ ```