Rollup merge of #21955 - jbcrail:fix-test-comments, r=steveklabnik
Just spelling corrections.
This commit is contained in:
commit
6bf0cd8f00
@ -90,12 +90,12 @@ impl Tables {
|
||||
}
|
||||
}
|
||||
|
||||
/// Retreives the complement for `i`.
|
||||
/// Retrieves the complement for `i`.
|
||||
fn cpl8(&self, i: u8) -> u8 {
|
||||
self.table8[i as uint]
|
||||
}
|
||||
|
||||
/// Retreives the complement for `i`.
|
||||
/// Retrieves the complement for `i`.
|
||||
fn cpl16(&self, i: u16) -> u16 {
|
||||
self.table16[i as uint]
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// Test associated types are forbidden in inherant impls.
|
||||
// Test associated types are forbidden in inherent impls.
|
||||
|
||||
struct Foo;
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
use std::cell::RefCell;
|
||||
|
||||
// Regresion test for issue 7364
|
||||
// Regression test for issue 7364
|
||||
static boxed: Box<RefCell<isize>> = box RefCell::new(0);
|
||||
//~^ ERROR statics are not allowed to have custom pointers
|
||||
//~| ERROR: the trait `core::marker::Sync` is not implemented for the type
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// Regresion test for issue 9243
|
||||
// Regression test for issue 9243
|
||||
|
||||
struct Test {
|
||||
mem: isize,
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// Regresion test for issue 7660
|
||||
// Regression test for issue 7660
|
||||
// rvalue lifetime too short when equivalent `match` works
|
||||
|
||||
extern crate collections;
|
||||
|
Loading…
x
Reference in New Issue
Block a user