File: attrs.rs

package info (click to toggle)
rust-multiversion 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 168 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
#[multiversion::multiversion(targets("x86_64+avx"), attrs(track_caller, inline(never)))]
#[allow(dead_code)] // this attribute should only be attached to the multiversioned `inner_attrs` function, and none of the function clones
fn inner_attrs() {}