Module rustc_lint::bad_style[][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 rustc::hir::def::Def;
use rustc::ty;
use lint::LateContext;
use lint::LintContext;
use lint::LintArray;
use lint::LintPass;
use lint::LateLintPass;
use rustc_target::spec::abi::Abi;
use syntax::ast;
use syntax::attr;
use syntax_pos::Span;
use rustc::hir;
use rustc::hir::PatKind;
use rustc::hir::intravisit::FnKind;

Structs

NonCamelCaseTypes [
Experimental
]
NonSnakeCase [
Experimental
]
NonUpperCaseGlobals [
Experimental
]

Enums

MethodLateContext [
Experimental
]

Statics

NON_CAMEL_CASE_TYPES [
Experimental
]
NON_SNAKE_CASE [
Experimental
]
NON_UPPER_CASE_GLOBALS [
Experimental
]

Functions

method_context [
Experimental
]