aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/ok/0032_where_for.rs
blob: 588170fbef53a8998a0ed1dab8daa72090594b0f (plain)
1
2
3
4
fn test_serialization<SER>()
where
    SER: Serialize + for<'de> Deserialize<'de> + PartialEq + std::fmt::Debug,
{}