From 3ee61a6e34c86b82a1f28809dcbe2c06a038ec75 Mon Sep 17 00:00:00 2001 From: Global Young <67513038+YoungHaKim7@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:37:32 +0900 Subject: [PATCH] https://github.com/rust-lang/compiler-team/issues/681 --- 01_Faster_Compilation_Rust/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/01_Faster_Compilation_Rust/README.md b/01_Faster_Compilation_Rust/README.md index 033847e..4790297 100644 --- a/01_Faster_Compilation_Rust/README.md +++ b/01_Faster_Compilation_Rust/README.md @@ -3,6 +3,9 @@ - 여러가지 환경에서 test중.. - 글을 잘 읽어보니 크기와 최적화에 따라서 효과 편찬가 큰듯 싶다. +- Nitghtly에서 하는거라 여러 보안점을 추가한 후에 추후에 정식 버젼으로 들어올듯 싶다. + - https://github.com/rust-lang/compiler-team/issues/681 + # How to use it(Nightly 231109 기준)