Rust part10at TECHRust part10
- 暇つぶし2ch95:デフォルトの名無しさん 21/04/12 22:02:51.56 mno1Imjq.net fn main() { let n = 100; println!("{}", type_of(n)); } これを実行すると E0425: cannot find function `type_of` in this scope not found in this scope になるのですがtype_ofは使えないのでしょうか? rustc -V 1.51.0です