2018-08-30 14:18:55 +02:00
|
|
|
//@ run-pass
|
2012-02-05 20:41:23 -08:00
|
|
|
|
2015-03-22 13:13:15 -07:00
|
|
|
|
2013-02-01 19:43:17 -08:00
|
|
|
pub fn main() {
|
2020-07-28 00:00:00 +00:00
|
|
|
{|i: u32| if 1 == i { }}; //~ WARN unused closure that must be used
|
2012-08-27 16:26:35 -07:00
|
|
|
}
|