mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Rephrase CPU-related "platform"/"host" to "target"/"your machine"
This commit is contained in:
parent
5717f698d8
commit
4625a0a869
8 changed files with 14 additions and 14 deletions
|
@ -49,7 +49,7 @@ macro_rules! assert_sizeof_wasm {
|
|||
}
|
||||
|
||||
/// Assert that a type has the expected size on any target not covered above
|
||||
/// In practice we use this for x86_64, and add specific macros for other platforms
|
||||
/// In practice we use this for x86_64, and add specific macros for other targets
|
||||
#[macro_export]
|
||||
macro_rules! assert_sizeof_default {
|
||||
($t: ty, $expected_size: expr) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue