instantiated into assembly here note: instantiated into assembly here --> <inline asm>:1:2 | LL | jmp __ZN33global_asm_isnt_really_a_mir_body3foo17h707f9499955d7fe1E.cfi@plt error: unsupported symbol modifier in branch relocation | note: instantiated into assembly here note: instantiated...
We created amemory::pagingmodule, which reads and modifies the hierarchical page table through recursive mapping. The owner of the active P4 table and thus all subtables is anActivePageTablestruct, which must be instantiated only once. TheActivePageTablestruct provides the following interface: ///...
// FIXME(effects): We elaborate here because the implied const bounds // aren't necessarily elaborated. We probably should prefix this query // with `explicit_`... for clause in elaborate::elaborate( cx, cx.implied_const_bounds(alias_ty.def_id) .iter_instantiated(cx, alias_ty.args) ....
Optimised f32::{min, max} to generate more efficient x86 assembly [u8]::contains now uses memchr which provides a 3x speed improvement Stabilized APIs RefCell::replace RefCell::swap atomic::spin_loop_hint The following functions can now be used in a constant expression. eg. let buffer: [u8...
When instantiating a type parameter, the kind bounds on the parameter are checked to be the same or narrower than the kind of the type that it is instantiated with.Sending operations are not part of the Rust language, but are implemented in the library. Generic functions that send values ...
Unary and empty tuple structs may be instantiated with curly braces. Part of RFC 1506. A number of minor changes to name resolution have been activated. They add up to more consistent semantics, allowing for future evolution of Rust macros. Specified in RFC 1560, see its section on "changes...