aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/posts/2021-10-02/rust-where-are-primitive-types-from
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/2021-10-02/rust-where-are-primitive-types-from')
-rw-r--r--docs/posts/2021-10-02/rust-where-are-primitive-types-from/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/posts/2021-10-02/rust-where-are-primitive-types-from/index.html b/docs/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
index 9e5df81..f34b76f 100644
--- a/docs/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
+++ b/docs/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
@@ -7,7 +7,7 @@
<title>Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop</title>
- <meta name="description" content="この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/9a429432258bbcd6c565 前置き Rust において、プリミティブ型の名前は予約語でない。したがって、次のコードは合法である。 #![allow(non_camel_case_types)] #![allow(dead_code)] struct">
+ <meta name="description" content="Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。">
<meta name="author" content="">
<link href="https://blog.nsfisis.dev/an-old-hope.min.css" rel="stylesheet">