]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-str.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / rfcs / rfc-1937-termination-trait / termination-trait-for-str.rs
1 // run-pass
2 fn main() -> Result<(), &'static str> {
3     Ok(())
4 }