rust/compiler/rustc_builtin_macros
Celina G. Val 804cce47d9 Refactor contract builtin macro + error handling
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.
2025-02-03 13:55:15 -08:00
..
src Refactor contract builtin macro + error handling 2025-02-03 13:55:15 -08:00
Cargo.toml rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
messages.ftl add suggestion for wrongly ordered format parameters 2024-12-30 06:14:26 -08:00