Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.72.0 #478

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/program-structure-and-compilation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ A :t:`construct` subject to :t:`attribute` :c:`cfg` where the related
:t:`configuration predicate` evaluates to ``false`` is not considered part of a
Rust program.

:dp:`fls_y56RGw3cbFex`
A :t:`crate root module` subject to :t:`attribute` :c:`cfg` where the related
:t:`configuration predicate` evaluates to ``false`` is considered empty except
for all :t:`[attribute]s` up to the invoked :t:`attribute` :c:`cfg`.

:dp:`fls_h6b1fuw4nvi1`
An :t:`attribute` :c:`cfg_attr` where the related :t:`configuration predicate`
evaluates to ``false`` is not considered part of a Rust program.
Expand Down
6 changes: 5 additions & 1 deletion src/types-and-traits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2742,7 +2742,11 @@ A :t:`trait` is :t:`object safe` when:
It lacks :t:`[associated constant]s`, and

* :dp:`fls_kwo4cknx0yat`
Its :t:`[associated function]s` are :t:`object safe`.
Its :t:`[associated function]s` are :t:`object safe`, and

* :dp:`fls_vmLLL82EQasI`
Its :t:`[associated type alias]es` specify a :std:`core::marker::Sized`
:t:`[trait bound]` for :c:`Self` in a :t:`type bound predicate`.

:dp:`fls_uixekv82g2e5`
An :t:`associated function` is :t:`object safe` when it is either an
Expand Down
Loading