about summary refs log tree commit diff
path: root/src/test/compile-fail/generic-extern.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-17/+0
2014-08-05Allow generic foreign functions.Russell-2/+4
Generic extern functions written in Rust have their names mangled, as well as their internal clownshoe __rust_abi functions. This allows e.g. specific monomorphizations of these functions to be used as callbacks. Closes #12502.
2014-02-17Forbid use of generics with foreign functions. Closes #10353.Nick Cameron-0/+15