2018-02-10 23:01:49 -06:00
|
|
|
extern {
|
|
|
|
fn sqrt<T>(f: T) -> T;
|
|
|
|
//~^ ERROR foreign items may not have type parameters [E0044]
|
2019-09-10 16:35:10 -05:00
|
|
|
//~| HELP replace the type parameters with concrete types
|
2018-03-14 20:10:25 -05:00
|
|
|
//~| NOTE can't have type parameters
|
2018-02-10 23:01:49 -06:00
|
|
|
}
|
2016-05-19 07:00:43 -05:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
}
|