File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ Language changes in Rust 1.79.0
74
74
* Updated glossary entries: :t: `binary crate `, :t: `proc-macro crate `
75
75
* Updated paragraphs: :p: `fls_9ub6ks8qrang `, :p: `fls_Mf62VqAhoZ3c `
76
76
* Moved paragraph: :p: `fls_sbGnkm8Ephiu `
77
- * Removed paragraph about library crates
78
77
79
78
* `Check return types of function types for well-formedness <https://github.com/rust-lang/rust/pull/115538 >`_
80
79
Original file line number Diff line number Diff line change @@ -3744,6 +3744,14 @@ lexical element
3744
3744
A :dt: `lexical element ` is the most basic syntactic element in program
3745
3745
text.
3746
3746
3747
+ .. _fls_r1sk7vdgckym :
3748
+
3749
+ library crate
3750
+ ^^^^^^^^^^^^^
3751
+
3752
+ :dp: `fls_3m8lg4mdc2x0 `
3753
+ A :dt: `library crate ` is a :t: `crate ` that is not a :t: `binary crate `.
3754
+
3747
3755
.. _fls_vdhaa61g6kah :
3748
3756
3749
3757
lifetime
Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ The :t:`function` in scope of a :t:`binary crate`'s :t:`crate root module` under
138
138
the :t: `name ` ``main `` with a :t: `main function signature ` is the :t: `binary
139
139
crate `'s :t: `program entry point `.
140
140
141
+ :dp: `fls_d9nn4yuiw1ja `
142
+ A :t: `library crate ` is a :t: `crate ` that is not a :t: `binary crate `.
143
+
141
144
:dp: `fls_Mf62VqAhoZ3c `
142
145
A :t: `proc-macro crate ` is a :t: `crate ` whose :t: `crate type ` is ``proc-macro ``.
143
146
You can’t perform that action at this time.
0 commit comments