Module rustc::traits::on_unimplemented[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Re-exports

use fmt_macros::Parser;
use fmt_macros::Piece;
use fmt_macros::Position;
use hir::def_id::DefId;
use ty;
use ty::TyCtxt;
use ty::GenericParamDefKind;
use util::common::ErrorReported;
use util::nodemap::FxHashMap;
use util::nodemap::FxHashMap;
use syntax::ast::MetaItem;
use syntax::ast::NestedMetaItem;
use syntax::attr;
use syntax_pos::Span;
use syntax_pos::symbol::LocalInternedString;

Structs

OnUnimplementedDirective [
Experimental
]
OnUnimplementedFormatString [
Experimental
]
OnUnimplementedNote [
Experimental
]

Functions

parse_error [
Experimental
]