Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
builtin-superkinds
/
builtin-superkinds-simple2.rs
blob: 1354b4ac18811409ca09bbee1bb8df9b2531422f [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
// Simple test case of implementing a trait with super-builtin-kinds.
//@ pretty-expanded FIXME #23616
trait
Foo
:
Send
{
}
impl
Foo
for
isize
{
}
pub
fn
main
()
{
}