Skip to content

Commit f91a964

Browse files
committed
Test fixes from the rollup
Closes #15296 (Update disclaimer to improve clarity and intent) Closes #15804 (Don't ICE when dealing with the count expr for fixed array types in various places.) Closes #15893 (lint: Improve ffi-unsafe enum lint warning) Closes #16045 (Rename Integer divides to is_multiple_of.) Closes #16055 (manual: update list of feature gates, add phase attribute) Closes #16056 (Improve documentation of rounding functions) Closes #16061 (Remove references to non-existant functions in the std::path documentation) Closes #16062 (Fix documentation error in MutableVectorAllocating::move_from) Closes #16063 (adding discuss.rust-lang to community) Closes #16064 (rustc: Switch dsymutil status => output) Closes #16066 (making raw source display better) Closes #16079 (doc: add missing word) Closes #16080 (Update LLVM to fix miscompilations due to wrongfully removed lifetime intrinsics) Closes #16084 (Elide lifetimes around Arc<T>.) Closes #16085 (Gedit/gtksourceview language spec: add raw strings) Closes #16086 (Implement Hash for DList)
1 parent f7bcb73 commit f91a964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/pretty/issue-4264.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#![feature(globs)]
44
#[phase(plugin, link)]
55
extern crate std = "std";
6-
extern crate native;
6+
extern crate rt = "native";
77
use std::prelude::*;
88
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
99
// file at the top-level directory of this distribution and at

0 commit comments

Comments
 (0)