rust/library/std
Mads Marquart a7bafc0afc Change the syntax of the internal weak! macro
Change the syntax to include parameter names and a trailing semicolon.

Motivation:
- Mirror the `syscall!` macro.
- Allow rustfmt to format it (when wrapped in parentheses).
- For better documentation (having the parameter names available in
  the source code is a bit nicer).
- Allow future improvements to this macro where we can sometimes use the
  symbol directly when it's statically known to be available.
2025-03-26 16:25:05 +01:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Change the syntax of the internal weak! macro 2025-03-26 16:25:05 +01:00
tests Rollup merge of #138294 - paulmenage:test-panic-unwind, r=bjorn3 2025-03-22 21:34:36 +01:00
build.rs Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet 2025-03-17 05:47:49 -04:00
Cargo.toml Update compiler-builtins to 0.1.152 2025-03-24 00:29:21 +00:00