Skip to content

Commit 550ab58

Browse files
committed
rust: compiler_builtins: update comment to reflect current state
Floating-point is already taken care of, so use another example. Reported-by: bjorn3 <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent a2a2e10 commit 550ab58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/compiler_builtins.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! by providing this file.
88
//!
99
//! At the moment, some builtins are required that should not be. For instance,
10-
//! [`core`] has floating-point functionality which we should not be compiling
10+
//! [`core`] has 128-bit integers functionality which we should not be compiling
1111
//! in. We will work with upstream [`core`] to provide feature flags to disable
1212
//! the parts we do not need. For the moment, we define them to [`panic!`] at
1313
//! runtime for simplicity to catch mistakes, instead of performing surgery

0 commit comments

Comments
 (0)