Docs.rs
  • rustc-ap-rustc_target-244.0.0
    • rustc-ap-rustc_target 244.0.0
    • Docs.rs crate page
    • MIT / Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • alexcrichton
    • nrc
    • Dependencies
      • bitflags ^1.0
      • log ^0.4
      • rustc-ap-rustc_cratesio_shim ^244.0.0
      • rustc-ap-serialize ^244.0.0
    • Versions
  • Go to latest version
  • Platform
    • i686-apple-darwin
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
☰
logo

Crate rustc_target

  • Modules

Crates

  • rustc_target
Change settings

Crate rustc_target[−][src]

[−] Expand description

Some stuff used by rustc that doesn't have many dependencies

Originally extracted from rustc::back, which was nominally the compiler 'backend', though LLVM is rustc's backend, so rustc_target is really just odds-and-ends relating to code gen and linking. This crate mostly exists to make rustc smaller, so we might put more 'stuff' here in the future. It does not have a dependency on LLVM.

Modules

abi
spec

Flexible target specification.

Results for LayoutOf

In Names
(3)
In Parameters
(0)
In Return Types
(0)
rustc_target::abi::LayoutOf 
rustc_target::abi::LayoutOf::layout_of 
rustc_target::abi::call::ArgType::layout 
No results :(
Try on DuckDuckGo?
No results :(
Try on DuckDuckGo?

Help

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
↑
Move up in search results
↓
Move down in search results
↹
Switch tab
⏎
Go to active search result
+
Expand all sections
-
Collapse all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g. fn:) to restrict the search to a given type.

Accepted types are: fn, mod, struct, enum, trait, type, macro, and const.

Search functions by type signature (e.g. vec -> usize or * -> vec)

Search multiple things at once by splitting your query with comma (e.g. str,u8 or String,struct:Vec,test)