Skip to content

Commit 5c1ba3e

Browse files
authored
Merge pull request #49365 from ShawnKupfer/WB1688
User Story 367663: Q&M: Retire Rust path and training modules (5 of 6)
2 parents 91ff665 + 29b1472 commit 5c1ba3e

34 files changed

+85
-2165
lines changed

.openpublishing.redirection.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44037,6 +44037,81 @@
4403744037
"source_path": "learn-pr/language/rust-introduction/index.yml",
4403844038
"redirect_url": "https://learn.microsoft.com/training/browse/",
4403944039
"redirect_document_id": false
44040+
},
44041+
{
44042+
"source_path": "learn-pr/language/rust-loop-expressions/0-introduction.yml",
44043+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44044+
"redirect_document_id": false
44045+
},
44046+
{
44047+
"source_path": "learn-pr/language/rust-loop-expressions/1-hash-maps.yml",
44048+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44049+
"redirect_document_id": false
44050+
},
44051+
{
44052+
"source_path": "learn-pr/language/rust-loop-expressions/2-exercise-hash-map.yml",
44053+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44054+
"redirect_document_id": false
44055+
},
44056+
{
44057+
"source_path": "learn-pr/language/rust-loop-expressions/3-for-while-loop.yml",
44058+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44059+
"redirect_document_id": false
44060+
},
44061+
{
44062+
"source_path": "learn-pr/language/rust-loop-expressions/4-exercise-loop.yml",
44063+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44064+
"redirect_document_id": false
44065+
},
44066+
{
44067+
"source_path": "learn-pr/language/rust-loop-expressions/5-summary.yml",
44068+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44069+
"redirect_document_id": false
44070+
},
44071+
{
44072+
"source_path": "learn-pr/language/rust-loop-expressions/index.yml",
44073+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44074+
"redirect_document_id": false
44075+
},
44076+
{
44077+
"source_path": "learn-pr/language/rust-memory-management/0-introduction.yml",
44078+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44079+
"redirect_document_id": false
44080+
},
44081+
{
44082+
"source_path": "learn-pr/language/rust-memory-management/1-what-is-ownership.yml",
44083+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44084+
"redirect_document_id": false
44085+
},
44086+
{
44087+
"source_path": "learn-pr/language/rust-memory-management/2-learn-about-borrowing.yml",
44088+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44089+
"redirect_document_id": false
44090+
},
44091+
{
44092+
"source_path": "learn-pr/language/rust-memory-management/3-validate-references-with-lifetimes.yml",
44093+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44094+
"redirect_document_id": false
44095+
},
44096+
{
44097+
"source_path": "learn-pr/language/rust-memory-management/4-exercise-lifetimes.yml",
44098+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44099+
"redirect_document_id": false
44100+
},
44101+
{
44102+
"source_path": "learn-pr/language/rust-memory-management/5-knowledge-check.yml",
44103+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44104+
"redirect_document_id": false
44105+
},
44106+
{
44107+
"source_path": "learn-pr/language/rust-memory-management/6-summary.yml",
44108+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44109+
"redirect_document_id": false
44110+
},
44111+
{
44112+
"source_path": "learn-pr/language/rust-memory-management/index.yml",
44113+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44114+
"redirect_document_id": false
4404044115
}
4404144116
]
4404244117
}

learn-pr/achievements.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5260,6 +5260,16 @@ achievements:
52605260
title: Prepare to develop AI solutions on Azure
52615261
summary: As an aspiring Azure AI Engineer, you should understand core concepts and principles of AI development, and the capabilities of Azure services used in AI solutions.
52625262
iconUrl: /training/achievements/azure-develop-ai-solutions.svg
5263+
- uid: learn.languages.rust-memory-management.badge
5264+
type: badge
5265+
title: Understand how Rust manages memory
5266+
summary: Discover the features that make Rust so unique - ownership and borrowing.
5267+
iconUrl: /training/achievements/rust-memory-management.svg
5268+
- uid: learn.language.rust-loop-expressions.badge
5269+
type: badge
5270+
title: Use loops to iterate through data in Rust
5271+
summary: Explore how to use hash maps in Rust. Discover how to use loop expressions to iterate through data.
5272+
iconUrl: /training/achievements/rust-understand-common-concepts.svg
52635273
- uid: learn.language.rust-introduction.badge
52645274
type: badge
52655275
title: What is Rust

learn-pr/language/rust-loop-expressions/0-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-loop-expressions/1-hash-maps.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

learn-pr/language/rust-loop-expressions/2-exercise-hash-map.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-loop-expressions/3-for-while-loop.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

learn-pr/language/rust-loop-expressions/4-exercise-loop.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-loop-expressions/5-summary.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-loop-expressions/includes/0-introduction.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

learn-pr/language/rust-loop-expressions/includes/1-hash-maps.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)