// run-pass struct R; impl R { fn method(&self) -> u8 { N } } fn main() { assert_eq!(R.method::<1u8>(), 1); }