diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-03-02 20:17:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-03-02 20:17:25 +0900 |
| commit | 1630f564cd0cd20440b38c142bdee70e99d15175 (patch) | |
| tree | ab762db68f40b05d0574f58c87795fc87f8877f4 /docs/posts/rust-where-are-primitive-types-from | |
| parent | a4a72de9af0d0a6d17944f847a4d5fed2b05d2a7 (diff) | |
| download | nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.tar.gz nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.tar.zst nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.zip | |
attach tags to each post
Diffstat (limited to 'docs/posts/rust-where-are-primitive-types-from')
| -rw-r--r-- | docs/posts/rust-where-are-primitive-types-from/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/posts/rust-where-are-primitive-types-from/index.html b/docs/posts/rust-where-are-primitive-types-from/index.html index ab5e557..8253d6f 100644 --- a/docs/posts/rust-where-are-primitive-types-from/index.html +++ b/docs/posts/rust-where-are-primitive-types-from/index.html @@ -215,6 +215,11 @@ rustc_resolve/src/lib.rs: table.insert(sym::i128, Int(IntTy::I128)); <h1 id="まとめ">まとめ</h1> <p>Rust のプリミティブ型は予約語ではない。名前解決の最終段階で特別扱いされ、他に同名の型が見つかっていなければ対応するプリミティブ型に解決される。</p> </div> + <footer class="post-footer"> + <ul class="post-tags"> + <li><a href="https://blog.nsfisis.dev/tags/rust">rust</a></li> + </ul> + </footer> </article></main> <footer class="footer"> |
