Adds termination_trait feature gate
This commit is contained in:
parent
8f539b09df
commit
c7a57d2855
7 changed files with 46 additions and 27 deletions
|
@ -503,7 +503,7 @@ pub mod rt;
|
|||
// The trait to support returning arbitrary types in the main function
|
||||
mod termination;
|
||||
|
||||
#[unstable(feature = "termination_trait", issue = "0")]
|
||||
#[unstable(feature = "termination_trait", issue = "43301")]
|
||||
pub use self::termination::Termination;
|
||||
|
||||
// Include a number of private modules that exist solely to provide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue