1
Fork 0

Adds termination_trait feature gate

This commit is contained in:
Bastian Köcher 2017-12-22 01:11:57 +01:00
parent 8f539b09df
commit c7a57d2855
7 changed files with 46 additions and 27 deletions

View file

@ -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