• T
    Diagnose use of incompatible sanitizers · 0a65f280
    Tomasz Miąsko 提交于
    Emit an error when incompatible sanitizer are configured through command
    line options. Previously the last one configured prevailed and others
    were silently ignored.
    
    Additionally use a set to represent configured sanitizers, making it
    possible to enable multiple sanitizers at once. At least in principle,
    since currently all of them are considered to be incompatible with
    others.
    0a65f280
Cargo.lock 123.5 KB