Now using compile_msg crate instead of static_assert

This commit is contained in:
Tomaka17 2014-08-12 09:16:08 +02:00
parent 87d62e5b6f
commit 391c4e525c
3 changed files with 8 additions and 2 deletions

View file

@ -6,6 +6,8 @@ pub struct Window;
pub struct MonitorID;
compile_warning!("The OS/X platform is not implemented yet")
pub fn get_available_monitors() -> Vec<MonitorID> {
unimplemented!()
}