mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
804cce47d9
Instead of parsing the different components of a function signature, eagerly look for either the `where` keyword or the function body. - Also address feedback to use `From` instead of `TryFrom` in cranelift contract and ubcheck codegen.