Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// no-prefer-dynamic
// compile-flags: --crate-type=lib
pub fn id<T>(t: T) -> T {
t
}