Skip to content

Commit 5170776

Browse files
committed
improve description of the "importing main" change
1 parent f784280 commit 5170776

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/changelog.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,18 @@ Language changes in Rust 1.79.0
6363

6464
* `Stabilize importing \`main\` from other modules or crates. <https://github.com/rust-lang/rust/pull/122060/>`_
6565

66-
* Various changes:
66+
* No change: this lifted restriction was not previously described in the FLS
67+
68+
* While updating the FLS to account for this feature, we realized that the
69+
way the FLS described crate types was incorrect. We rectified this:
6770

6871
* New section: :ref:`fls_8JB3SJqamdpU`
69-
* New definition: :t:`crate type` :p:`fls_unxalgMqIr3v` :p:`fls_e7jGvXvTsFpC` :p:`fls_kQiJPwb2Hjcc`
70-
* Removal of definition `main function`
71-
* binary crate and proc-macro crate rewritten :p:`fls_9ub6ks8qrang` :p:`fls_Mf62VqAhoZ3c`
72-
* library crate removed
73-
* Introduction of `main function signature` functions :p:`fls_sbGnkm8Ephiu`
72+
* New glossary entry: :t:`crate type`
73+
* New paragraphs: :p:`fls_unxalgMqIr3v`, :p:`fls_e7jGvXvTsFpC`, :p:`fls_kQiJPwb2Hjcc`, :p:`fls_OyFwBtDGVimT`
74+
* Updated glossary entries: :t:`binary crate`, :t:`proc-macro crate`
75+
* Updated paragraphs: :p:`fls_9ub6ks8qrang`, :p:`fls_Mf62VqAhoZ3c`
76+
* Moved paragraph: :p:`fls_sbGnkm8Ephiu`
77+
* Removed paragraph about library crates
7478

7579
* `Check return types of function types for well-formedness <https://github.com/rust-lang/rust/pull/115538>`_
7680

0 commit comments

Comments
 (0)