Convert all kind bounds to camel case. Remove send, owned keywords.
This commit is contained in:
parent
07fe5611ad
commit
3bd1f32cd9
167 changed files with 613 additions and 622 deletions
|
@ -6,7 +6,7 @@
|
|||
// Tests for standalone blocks as expressions with dynamic type sizes
|
||||
type compare<T> = fn@(T, T) -> bool;
|
||||
|
||||
fn test_generic<T: copy>(expected: T, eq: compare<T>) {
|
||||
fn test_generic<T: Copy>(expected: T, eq: compare<T>) {
|
||||
let actual: T = { expected };
|
||||
assert (eq(expected, actual));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue