Skip to content

Commit f91a964

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

Lines changed: 1 addition & 1 deletion
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)