Module syntax_ext::deriving::partial_ord[][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

pub use self::OrderingOp::*;
use deriving::path_local;
use deriving::pathvec_std;
use deriving::path_std;
use deriving::generic::*;
use deriving::generic::ty::*;
use syntax::ast;
use syntax::ast::BinOpKind;
use syntax::ast::Expr;
use syntax::ast::MetaItem;
use syntax::ext::base::Annotatable;
use syntax::ext::base::ExtCtxt;
use syntax::ext::build::AstBuilder;
use syntax::ptr::P;
use syntax::ptr::P;
use syntax::symbol::Symbol;
use syntax_pos::Span;

Enums

OrderingOp [
Experimental
]

Functions

cs_op [
Experimental
]

Strict inequality.

cs_partial_cmp [
Experimental
]
expand_deriving_partial_ord [
Experimental
]
some_ordering_collapsed [
Experimental
]