Skip to content

Commit 73d88a1

Browse files
committed
a couple more small changes
1 parent d255b4a commit 73d88a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
---
66

77
- [Part 1: Building, debugging, and contributing to Rustc](./part-1-intro.md)
8-
- [About the compiler team](./compiler-team.md)
98
- [Getting Started](./getting-started.md)
9+
- [About the compiler team](./compiler-team.md)
1010
- [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
1111
- [Suggested Workflows](./building/suggested.md)
1212
- [Bootstrapping](./building/bootstrapping.md)

src/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ After that, the feature gate can be removed and the feature turned on for all us
272272

273273
As mentioned above, Rust has strong backwards-compatibility guarantees. To this
274274
end, we are reluctant to make breaking changes. However, sometimes they are
275-
needed to correct compiler bugs (e.g. code that compiled but should not).
275+
needed to correct compiler bugs (e.g. code that compiled but should not) or
276+
make progress on some features.
276277

277278
Depending on the scale of the breakage, there are a few different actions that
278279
can be taken. If the reviewer believes the breakage is very minimal (i.e. very

0 commit comments

Comments
 (0)