We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374607d commit d858809Copy full SHA for d858809
library/core/src/intrinsics.rs
@@ -2532,7 +2532,7 @@ extern "rust-intrinsic" {
2532
/// they run at compile-time or at runtime. Therefore, when using this
2533
/// intrinsic anywhere that can be reached from stable, it is crucial that
2534
/// the end-to-end behavior of the stable `const fn` is the same for both
2535
- /// modes of execution. (Here, Undefined Behavior is considerd "the same"
+ /// modes of execution. (Here, Undefined Behavior is considered "the same"
2536
/// as any other behavior, so if the function exhibits UB at runtime then
2537
/// it may do whatever it wants at compile-time.)
2538
///
0 commit comments