Rust part10
..
95:デフォルトの名無しさん
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です
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
412日前に更新/267 KB
担当:undef