-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -323,6 +323,10 @@ declare_features! ( | |
// `extern "msp430-interrupt" fn()` | ||
(active, abi_msp430_interrupt, "1.16.0", Some(38487)), | ||
|
||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
est31
Author
Member
|
||
// Used to identify crates that contain sanitizer runtimes | ||
// rustc internal | ||
(active, closure_to_fn_coercion, "1.17.0", Some(39817)), | ||
|
||
// Used to identify crates that contain sanitizer runtimes | ||
// rustc internal | ||
(active, sanitizer_runtime, "1.17.0", None), | ||
|
@@ -977,6 +981,9 @@ pub const EXPLAIN_DERIVE_UNDERSCORE: &'static str = | |
pub const EXPLAIN_PLACEMENT_IN: &'static str = | ||
"placement-in expression syntax is experimental and subject to change."; | ||
|
||
pub const CLOSURE_TO_FN_COERCION: &'static str = | ||
"non-capturing closure to fn coercion is experimental"; | ||
|
||
struct PostExpansionVisitor<'a> { | ||
context: &'a Context<'a>, | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@est31 I think this comment is a merge screwup