Skip to content

Commit fba425c

Browse files
committed
Extend intro, and move bug note
This elaborates the intro a little, and moves the bug note (since I do not consider it to be so important to be at the very beginning).
1 parent 66e1da7 commit fba425c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Introduction
22

3-
This book is the primary reference for the Rust programming language.
4-
5-
> [!NOTE]
6-
> For known bugs and omissions in this book, see our [GitHub issues]. If you see a case where the compiler behavior and the text here do not agree, file an issue so we can think about which is correct.
3+
This book is the primary reference for the Rust programming language. It serves as a description of the syntax, semantics, and interpretation of the Rust language.
74

85
## Rust releases
96

@@ -35,6 +32,9 @@ The second is to generally improve your knowledge of a facet of the language. In
3532

3633
That said, there is no wrong way to read this book. Read it however you feel helps you best.
3734

35+
> [!NOTE]
36+
> For known bugs and omissions in this book, see our [GitHub issues]. If you see a case where the compiler behavior and the text here do not agree, file an issue so we can think about which is correct.
37+
3838
### Conventions
3939

4040
Like all technical books, this book has certain conventions in how it displays information. These conventions are documented here.

0 commit comments

Comments
 (0)