Add missing slash in const_eval_select doc comment
This commit is contained in:
parent
bda221a0eb
commit
c7b579a7cb
@ -2579,7 +2579,7 @@ extern "rust-intrinsic" {
|
|||||||
/// fn runtime() -> i32 { 1 }
|
/// fn runtime() -> i32 { 1 }
|
||||||
/// const fn compiletime() -> i32 { 2 }
|
/// const fn compiletime() -> i32 { 2 }
|
||||||
///
|
///
|
||||||
// // ⚠ This code violates the required equivalence of `compiletime`
|
/// // ⚠ This code violates the required equivalence of `compiletime`
|
||||||
/// // and `runtime`.
|
/// // and `runtime`.
|
||||||
/// const_eval_select((), compiletime, runtime)
|
/// const_eval_select((), compiletime, runtime)
|
||||||
/// }
|
/// }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user