We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5c0d4 commit b985e91Copy full SHA for b985e91
src/test/pretty/issue_12590_c.pp
@@ -1,7 +1,7 @@
1
#![feature(prelude_import)]
2
#![no_std]
3
#[prelude_import]
4
-use std::prelude::v1::*;
+use ::std::prelude::v1::*;
5
#[macro_use]
6
extern crate std;
7
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
0 commit comments