Add diagnostic item to CStr
This commit is contained in:
parent
25a277f03d
commit
d730cc6646
@ -131,6 +131,7 @@ symbols! {
|
|||||||
BinaryHeap,
|
BinaryHeap,
|
||||||
Borrow,
|
Borrow,
|
||||||
C,
|
C,
|
||||||
|
CStr,
|
||||||
CString,
|
CString,
|
||||||
Center,
|
Center,
|
||||||
Clone,
|
Clone,
|
||||||
|
@ -185,6 +185,7 @@ pub struct CString {
|
|||||||
///
|
///
|
||||||
/// [`&str`]: prim@str
|
/// [`&str`]: prim@str
|
||||||
#[derive(Hash)]
|
#[derive(Hash)]
|
||||||
|
#[cfg_attr(not(test), rustc_diagnostic_item = "CStr")]
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
// FIXME:
|
// FIXME:
|
||||||
// `fn from` in `impl From<&CStr> for Box<CStr>` current implementation relies
|
// `fn from` in `impl From<&CStr> for Box<CStr>` current implementation relies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user