// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
userustc_version::version;fnmain(){let version =matchversion(){Ok(version)=> version.to_string(),Err(_)=>"unknown".to_owned(),};println!("cargo:rustc-env=AZSDK_RUSTC_VERSION={version}");}