Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
rust-study.ajousw.kr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rust-study
rust-study.ajousw.kr
Commits
b24e83fe
Commit
b24e83fe
authored
2 years ago
by
rust-study
Browse files
Options
Downloads
Patches
Plain Diff
Update 30_ko.html
parent
0f616f4f
No related branches found
No related tags found
No related merge requests found
Pipeline
#6738
passed
2 years ago
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/30_ko.html
+2
-2
2 additions, 2 deletions
docs/30_ko.html
with
2 additions
and
2 deletions
docs/30_ko.html
+
2
−
2
View file @
b24e83fe
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<div
class=
"page"
>
<div
class=
"page"
>
<h1>
Chapter 2 - Conclusion
</h1>
<h1>
Chapter 2 - Conclusion
</h1>
<p>
Rust의 핵심 개념인 소유권, 빌림, 그리고 빌림 검사기에 대해 배웠습니다.
</p>
<p>
Rust의 핵심 개념인 소유권, 빌림, 그리고 빌림 검사기에 대해 배웠습니다.
</p>
<p>
이러한 개념들은 Rust의 메모리 관리 체계의 핵심이며, 이를 이해하고 올바르게 사용함으로써 메모리 안전성과 효율성을 높일 수 있습니다
/
</p>
<p>
이러한 개념들은 Rust의 메모리 관리 체계의 핵심이며, 이를 이해하고 올바르게 사용함으로써 메모리 안전성과 효율성을 높일 수 있습니다
.
</p>
<p>
Rust의 강력한 컴파일러와 빌림 검사기는 코드가 메모리 안전성을 보장하도록 도와줍니다.
</p>
<p>
Rust의 강력한 컴파일러와 빌림 검사기는 코드가 메모리 안전성을 보장하도록 도와줍니다.
</p>
<div>
<button
type=
"button"
class=
"collapsible"
>
정답 보기
</button>
<div
class=
"content"
>
<p>
오류의 원인은 변수 s에 대한 변경 가능한 참조(r3)와 변경 불가능한 참조(r1과 r2)가 동시에 존재하기 때문입니다.
<div>
<button
type=
"button"
class=
"collapsible"
>
정답 보기
</button>
<div
class=
"content"
>
<p>
오류의 원인은 변수 s에 대한 변경 가능한 참조(r3)와 변경 불가능한 참조(r1과 r2)가 동시에 존재하기 때문입니다.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment