mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
implement Num.toStr for the dev backend
This commit is contained in:
parent
f7e3254a35
commit
f45e4ed858
2 changed files with 12 additions and 1 deletions
|
@ -3113,7 +3113,7 @@ fn when_on_i16() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
fn num_to_str() {
|
||||
use roc_std::RocStr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue