rust/compiler/rustc_codegen_gcc/tests/run
Trevor Gross 395f0c9ecd Stabilize `const_black_box`
This has been unstably const since [1], but a tracking issue was never
created. Per discussion on Zulip [2], there should not be any blockers
to making this const-stable. The function does not provide any
functionality at compile time but does allow code reuse between const-
and non-const functions, so stabilize it here.

[1]: https://github.com/rust-lang/rust/pull/92226
[2]: https://rust-lang.zulipchat.com/#narrow/channel/146212-t-compiler.2Fconst-eval/topic/const_black_box
2025-01-27 07:54:58 +00:00
..
abort1.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
abort2.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
array.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
asm.rs stabilize `asm_const` 2024-08-13 23:18:31 +02:00
assign.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
closure.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
condition.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
empty_main.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
exit.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
exit_code.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
fun_ptr.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
gep.rs Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_cg_gcc_2023-10-09 2023-10-09 15:53:34 -04:00
int.rs Stabilize `const_black_box` 2025-01-27 07:54:58 +00:00
int_overflow.rs Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_cg_gcc_2023-10-25 2023-10-26 17:42:02 -04:00
mut_ref.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
operations.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
ptr_cast.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
return-tuple.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
slice.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
static.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
structs.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
tuple.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
volatile.rs Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_cg_gcc_2023-10-25 2023-10-26 17:42:02 -04:00
volatile2.rs Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_cg_gcc_2025_01_12 2025-01-13 10:53:58 -05:00